From: Christian Couder Date: Sun, 11 May 2008 16:28:25 +0000 (+0200) Subject: rev-parse --verify: do not output anything on error X-Git-Tag: v1.5.6-rc0~69 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/dfd1b749befcb581d84722caa6a3af56ce6526a5?hp=dfd1b749befcb581d84722caa6a3af56ce6526a5 rev-parse --verify: do not output anything on error Before this patch, when "git rev-parse --verify" was passed at least one good rev and then anything, it would output something for the good rev even if it would latter exit on error. With this patch, we only output something if everything is ok. Signed-off-by: Christian Couder Signed-off-by: Junio C Hamano ---