Bisect: add checks at the beginning of "git bisect run".
commit8302012097f68caba5be82ba37b191b317886f2b
authorChristian Couder <chriscool@tuxfamily.org>
Tue, 27 Mar 2007 04:49:57 +0000 (27 06:49 +0200)
committerJunio C Hamano <junkio@cox.net>
Tue, 27 Mar 2007 19:48:30 +0000 (27 12:48 -0700)
tree46da455abed74fa6c498c1369cb0d7c18f8b9309
parent0d315468f38729ebb15711349cece98a467032c9
Bisect: add checks at the beginning of "git bisect run".

We may be able to "run" with only one good revision given
and then verify that the result of the first run is bad.
And perhaps also the other way around.

But for now let's check that we have at least one bad and
one good revision before we start to run.

Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
git-bisect.sh