]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'pw/rebase-fixup-fixes' into jch
authorJunio C Hamano <gitster@pobox.com>
Fri, 31 Jul 2026 15:54:04 +0000 (08:54 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 31 Jul 2026 15:54:04 +0000 (08:54 -0700)
commitf69b0d4f8afbabbc60a9455b475a0ab57734d41b
treecd808a15a7902d995051c951af4e8a62183a0e8c
parentabd85823a7d86a31ae167cac3c3e9dbaca6157fb
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