X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;ds=sidebyside;f=git-lost-found.sh;h=9360804711d6b81983e53df67c86ddc8082e2ab4;hb=95655d79ad13697e0d68e986d3b0b402efad007a;hp=2beec2aa635d2876482294a162923a1dfd1572f6;hpb=5e80092f7e6db09a40a62e837ca3f74f0bc5ad73;p=git.git diff --git a/git-lost-found.sh b/git-lost-found.sh index 2beec2aa6..936080471 100755 --- a/git-lost-found.sh +++ b/git-lost-found.sh @@ -1,10 +1,18 @@ #!/bin/sh -GIT_DIR=`git-rev-parse --git-dir` || exit $? +USAGE='' +SUBDIRECTORY_OK='Yes' +. git-sh-setup + +if [ "$#" != "0" ] +then + usage +fi + laf="$GIT_DIR/lost-found" rm -fr "$laf" && mkdir -p "$laf/commit" "$laf/other" || exit -git fsck-objects | +git fsck --full | while read dangling type sha1 do case "$dangling" in