Code

git-bisect termination condition fix.
authorJunio C Hamano <junkio@cox.net>
Thu, 4 Aug 2005 08:17:05 +0000 (01:17 -0700)
committerJunio C Hamano <junkio@cox.net>
Thu, 4 Aug 2005 09:46:46 +0000 (02:46 -0700)
commit7f47e72fb3b947db4ffde56a40d999c2fe99ead2
tree45c3e95117f6181d26c02dbc0926207f3e344d95
parent0dd385c44a309774476b923803eafd9bb73b4804
git-bisect termination condition fix.

When I munged the original from Linus, which did not terminate
when the last bisect to check happened to be a bad one, to
terminate, I seem to have botched the end result to pick.

Thanks for Sanjoy Mahajan for a good reproduction recipe to
diagnose this.

Signed-off-by: Junio C Hamano <junkio@cox.net>
git-bisect-script