X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=git-lost-found.sh;h=0b3e8c7a8652478a7dd3d629fde9240cac6d6e2b;hb=ad685681c22c921e3b1c8ec9504289b5cd8e699b;hp=f2ec5d147a56136b8c3aff8b693912a7c792da63;hpb=40e2524da9f9fb2806a66a694b9aee722ea3ef0a;p=git.git diff --git a/git-lost-found.sh b/git-lost-found.sh index f2ec5d147..0b3e8c7a8 100755 --- a/git-lost-found.sh +++ b/git-lost-found.sh @@ -2,6 +2,7 @@ USAGE='' SUBDIRECTORY_OK='Yes' +OPTIONS_SPEC= . git-sh-setup echo "WARNING: '$0' is deprecated in favor of 'git fsck --lost-found'" >&2 @@ -19,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"