[PATCH 0/2] rebase: a couple of fixup fixes
From: Phillip Wood <hidden>
Date: 2026-07-17 16:06:55
These patches fix a couple of small bugs in the way skipped "fixup" and "squash" commands are handled. A skipped command can lead to an incorrect commit count in the template message which is fixed in patch 1. It can also mean we fail to open the editor after a "fixup -c" command which is fixed in patch 2 base-commit: d35c5399e3e54ac277bb391fc2f6be3e816d312b Published-As: https://github.com/phillipwood/git/releases/tag/pw%2Frebase-fixup-fixes-part-1%2Fv1 View-Changes-At: https://github.com/phillipwood/git/compare/d35c5399e...7c8075ff2 Fetch-It-Via: git fetch https://github.com/phillipwood/git pw/rebase-fixup-fixes-part-1/v1 Phillip Wood (2): rebase -i: fix counting of fixups after rebase --skip rebase: remember fixup -c after skipping fixup/squash sequencer.c | 31 ++++++++++++++++++---- t/t3418-rebase-continue.sh | 36 ++++++++++++++++++++++--- t/t3437-rebase-fixup-options.sh | 47 +++++++++++++++++++++++++++++++++ 3 files changed, 105 insertions(+), 9 deletions(-) -- 2.54.0.200.gfd8d68259e3