from Hacker News

Mechanizing git-bisect: Bug hunting for the Lazy

by CesareBorgia on 12/26/12, 2:32 AM with 1 comments

  • by whackedspinach on 12/26/12, 3:42 AM

    I know some large companies use git-bisect along with their unit testing framework to notify developers/reviewers if their commit caused some sort of test failure. I thought it was pretty neat, as git-bisect was new to me.