-
-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Description
If you have a history composed of merge commits as the mainline, like something like https://github.com/lf-/necktangler/, you can then git bisect --first-parent and natively get bisects of actual builds of the channel.
This is pretty easy to implement in the channel scripts as it's just a funny git merge. Possibly needs git commit-tree as I think git merge -s theirs doesn't exist and we want the first parent to be the last merge commit.
Metadata
Metadata
Assignees
Labels
No labels