Y
Hacker News
new
|
ask
|
show
|
jobs
by
nothrabannosir
3478 days ago
Great idea! Although this does break cherry-pick, doesn't it?
2 comments
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.
link
azernik
3478 days ago
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).
link
aargh_aargh
3478 days ago
Why would it? You can get a conflict on a cherry-pick as well.
link
nothrabannosir
3478 days ago
I meant to write bisect---I was in the middle of an actual git workflow and accidentally wrote this instead. :)
link