]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'pw/rebase-fixup-fixes' into next
authorJunio C Hamano <gitster@pobox.com>
Tue, 28 Jul 2026 19:15:03 +0000 (12:15 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 28 Jul 2026 19:15:03 +0000 (12:15 -0700)
Two bugs in how 'git rebase' handles skipped 'fixup' and 'squash'
commands have been fixed.  One bug caused an incorrect commit count to
be shown in the template message when multiple commands were skipped,
and another prevented the editor from opening when the final command
in a chain containing 'fixup -c' was skipped.

* pw/rebase-fixup-fixes:
  rebase: remember fixup -c after skipping fixup/squash
  rebase -i: fix counting of fixups after rebase --skip

1  2 
sequencer.c
t/t3418-rebase-continue.sh

diff --cc sequencer.c
Simple merge
Simple merge