Skip to content

[BUG] "update dependent branches" does not account for fixups #2698

Description

@cruzdanilo

when running an interactive rebase with “update dependent branches” enabled, branch refs are updated before fixup commits are applied.

for example:

main -> a (branch-a) -> fixup -> b (branch-b)

after fixing fixup into a, branch-a should point to the rewritten commit containing the fixup. instead, it points to the intermediate version of a without the fixup.

git rebase -i --update-refs handles this correctly by placing the update-ref entry after the fixup.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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