]> git.ipfire.org Git - thirdparty/git.git/commit - git-bisect.sh
bisect: report bad rev better
authorChristian Couder <chriscool@tuxfamily.org>
Sat, 12 Apr 2008 09:17:36 +0000 (02:17 -0700)
committerJunio C Hamano <gitster@pobox.com>
Sat, 12 Apr 2008 22:16:13 +0000 (15:16 -0700)
commita179a303524c1b81ded1d04930f1edc6b5227c9d
tree02bce4aca939d26a005ba39516b930d0d6a66925
parente3389075c6160c46cf0e2a443deab1966628ed57
bisect: report bad rev better

The previous one overwrote the variable used to report the bad input
when the input is actually bad, and we did not give a useful enough
information.  This corrects it.

Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-bisect.sh