Skip to content

fix(rebase): autosquash amend! commits - #92

Open
arumata wants to merge 1 commit into
the0807:mainfrom
arumata:fix/rebase-autosquash-amend
Open

fix(rebase): autosquash amend! commits#92
arumata wants to merge 1 commit into
the0807:mainfrom
arumata:fix/rebase-autosquash-amend

Conversation

@arumata

@arumata arumata commented Sep 3, 2026

Copy link
Copy Markdown

git commit --fixup=amend:<hash> produces an "amend! " commit that --autosquash turns into fixup -C: changes fold into the target like a fixup, but the target is reworded with the amend commit's body. The client autosquash only recognised fixup!/squash!, so amend! commits stayed as pick and their message was never applied.\n\nFixes #62.

git commit --fixup=amend:<hash> produces an "amend! <subject>" commit that
--autosquash turns into "fixup -C": the changes fold into the target like a
fixup, but the target is reworded with the amend commit's body. The client
autosquash only recognised fixup!/squash!, so amend! commits stayed as pick
and their message was never applied (issue the0807#62).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant