Hacker News new | ask | show | jobs
by juped 998 days ago
"oops" commits are bad for this too (harder to find the regression when there's unrelated broken states), but you're right that it's less bad.

Note that you can bisect --first-parent if you want the "just find the topic branch that introduced this" behavior, without taking away the ability to find the actual commit!

1 comments

I didn't know about --first-parent, thanks! That gives me something to do while narrowing down the exact commit :)