]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'pw/rebase-fixup-fixes' into jch
authorJunio C Hamano <gitster@pobox.com>
Thu, 30 Jul 2026 17:40:41 +0000 (10:40 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 30 Jul 2026 17:40:42 +0000 (10:40 -0700)
commit89ae02b92bddf2c7ef5a80b00e382d37e98cd7cb
treecd808a15a7902d995051c951af4e8a62183a0e8c
parent7a523a27ac54ea0d4529f854a75b8959d2a6b914
parent4a3a8ee96c7c749b99c91345db190a2c3720abeb
Merge branch 'pw/rebase-fixup-fixes' into jch

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
sequencer.c
t/t3418-rebase-continue.sh