X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=git-lost-found.sh;h=0b3e8c7a8652478a7dd3d629fde9240cac6d6e2b;hb=0fa0514b9172186d018c884da296ac6705c3e07c;hp=9cedaf80ceac1d4100adf3cfb152c76c7f945e4d;hpb=891e85a0c08e12d3f6174d8eb10b4ef284c4b01b;p=git.git diff --git a/git-lost-found.sh b/git-lost-found.sh index 9cedaf80c..0b3e8c7a8 100755 --- a/git-lost-found.sh +++ b/git-lost-found.sh @@ -20,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"