> Anyway, I don't think it is feasible to weaken the assumption that there > is only one transition from 'old' ('good') to 'new' ('bad'); this is > what allows O(log(N)) operations. See bisection method of root finding, > that is finding zeros of a continuous function. I don't intended to change default behaviour of git bisect, I can estimate what drawback it could bring. I'd rather implement something like git bisect start --bisect-strategy=missing-feature by default current state is being used. git config value would be also useful. Oleg