If there is no 'blead' branch, bisect.pl now uses a suitable alternative.
authorNicholas Clark <nick@ccl4.org>
Fri, 6 Jul 2012 15:35:08 +0000 (17:35 +0200)
committerNicholas Clark <nick@ccl4.org>
Tue, 28 May 2013 07:19:29 +0000 (09:19 +0200)
commit7f39e2df44ff4f42bbd6e224263af35f7e008a99
tree610d5922fd97adc15ed8513eb03f6ffc162d3ecb
parent02b83d1ddb195be6f048441f9eb4a39ae14d2740
If there is no 'blead' branch, bisect.pl now uses a suitable alternative.

If HEAD is more recent than the last stable release (ie the latter is
reachable from the former), HEAD is used for the bisect end, otherwise the
last stable tag is used (and that release removed from the list of potential
starts to try).
Porting/bisect.pl