Signed-off-by: Miklos Vajna <vmiklos@xxxxxxxxxxxxxx> --- git-lost-found.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/git-lost-found.sh b/git-lost-found.sh index 9cedaf8..0b3e8c7 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" -- 1.6.0.4 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html