|
|
|
|
|
by locknitpicker
15 days ago
|
|
> How would you identify the commit that broke the test? You're asking how to use bisect. You start with a range of commits you picked. All that bisect does is help you search for a commit within that range that introduces a regression. The responsibility to specify which commits you cover is yours, not the tool. |
|