Making git bisect more useful

Posted on July 4, 2014. Filed under: Uncategorized | Tags: , , , , |

Making git bisect more useful

If you’ve ever used git bisect, you know what an incredibly useful tool this is. It allows you to do a binary search through commits to find out which commit caused a particular error. Many people seem unaware of git bisect run … which automates this even further, but it has a limitation: it won’t let you find a particular error, it detects success or failure, that’s all. So I decided to do something about that.

Liked it here?
Why not try sites on the blogroll...