Hacker News new | ask | show | jobs
by btown 3478 days ago
I'd imagine this also breaks bisect (and might make your CI system very confused), since you have a non-good commit.
1 comments

Bisect knows how to deal with this; you can tell it to ignore a commit that you know is broken for reasons unrelated to the issue upper investigating (and try adjacent ones instead).