Comment 16 for bug 1776616

Revision history for this message
Kai-Heng Feng (kaihengfeng) wrote :

Minimize the bisection range can save lots of time to compile kernel. Of course you can still start a bisect right away:

$ git bisect good v4.5
$ git bisect bad v4.6
...