Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
merge-recursive: Mark some diff_filespec struct arguments const
[gitweb.git]
/
git-lost-found.sh
diff --git
a/git-lost-found.sh
b/git-lost-found.sh
index 9cedaf80ceac1d4100adf3cfb152c76c7f945e4d..0b3e8c7a8652478a7dd3d629fde9240cac6d6e2b 100755
(executable)
--- 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"