Skip to content

Advance channels with merge commits #93

@lf-

Description

@lf-

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions