author | Junio C Hamano <junkio@cox.net> | |
Sat, 17 Sep 2005 20:51:03 +0000 (13:51 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Sat, 17 Sep 2005 20:51:03 +0000 (13:51 -0700) | ||
commit | 434d036fe4b8f1b7571eb912957590a483944b26 | |
tree | 1336487c64999461cc35eaba62558b359dd640c1 | tree | snapshot |
parent | b3661567cfa604abfa6a67d8e7bbd6db018c3fe6 | commit | diff |
Do not fail after calling bisect_auto_next()
As a convenience measure, 'bisect bad' or 'bisect good' automatically
does 'bisect next' when it knows it can, but the result of that test
to see if it can was leaking through as the exit code from the whole
thing, which was bad. Noticed by Anton Blanchard.
Signed-off-by: Junio C Hamano <junkio@cox.net>
As a convenience measure, 'bisect bad' or 'bisect good' automatically
does 'bisect next' when it knows it can, but the result of that test
to see if it can was leaking through as the exit code from the whole
thing, which was bad. Noticed by Anton Blanchard.
Signed-off-by: Junio C Hamano <junkio@cox.net>
git-bisect.sh | diff | blob | history |