X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=git-lost-found.sh;h=0b3e8c7a8652478a7dd3d629fde9240cac6d6e2b;hb=d5f53d6d6f20bbd1ec5507824eb213463554b36a;hp=c0b00e0fd143ab9d96933f2d39baa94e7e50e0ef;hpb=5c054a985a5b7e758f48353ac03582c9b2a9f919;p=git.git diff --git a/git-lost-found.sh b/git-lost-found.sh index c0b00e0fd..0b3e8c7a8 100755 --- a/git-lost-found.sh +++ b/git-lost-found.sh @@ -2,8 +2,11 @@ USAGE='' SUBDIRECTORY_OK='Yes' +OPTIONS_SPEC= . git-sh-setup +echo "WARNING: '$0' is deprecated in favor of 'git fsck --lost-found'" >&2 + if [ "$#" != "0" ] then usage @@ -17,7 +20,7 @@ while read dangling type sha1 do case "$dangling" in dangling) - if git rev-parse --verify "$sha1^0" >/dev/null 2>/dev/null + if git rev-parse -q --verify "$sha1^0" >/dev/null then dir="$laf/commit" git show-branch "$sha1"