Hacker News new | ask | show | jobs
by psalaun 74 days ago
git bisect gets more useful because it will pin a smaller set of changes
1 comments

But it will run into so many more broken commits...
Broken commits shouldn't be merged in the first place, you're supposed to review every commit in the MR anyway.

But even if you don't, you're just one command line parameter away from making bisect behave exactly as if you had squashed them should you need it.