From: Junio C Hamano Date: Fri, 6 Apr 2007 06:27:44 +0000 (-0700) Subject: git-bisect: allow bisecting with only one bad commit. X-Git-Tag: v1.5.2-rc0~77^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/0a5280a9f444c33b0e4ebf2f073df5899c112cf8?hp=0a5280a9f444c33b0e4ebf2f073df5899c112cf8 git-bisect: allow bisecting with only one bad commit. This allows you to say: git bisect start git bisect bad $bad git bisect next to start bisection without knowing a good commit. This would have you try a commit that is half-way since the beginning of the history, which is rather wasteful if you already know a good commit, but if you don't (or your history is short enough that you do not care), there is no reason not to allow this. Signed-off-by: Junio C Hamano ---