Hacker News new | ask | show | jobs
by nothrabannosir 3478 days ago
Great idea! Although this does break cherry-pick, doesn't it?
2 comments

I'd imagine this also breaks bisect (and might make your CI system very confused), since you have a non-good commit.
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).
Why would it? You can get a conflict on a cherry-pick as well.
I meant to write bisect---I was in the middle of an actual git workflow and accidentally wrote this instead. :)