]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'pw/rebase-fixup-fixes'
authorJunio C Hamano <gitster@pobox.com>
Wed, 5 Aug 2026 18:10:51 +0000 (11:10 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 5 Aug 2026 18:10:51 +0000 (11:10 -0700)
commit524d5ad5ed79bd47e867fcde80273431bcce4b9e
tree4d3534a816cdeb7a76641e5c91a3adfe09138830
parentf072d0e4a270c9e0afb0f02a1de37daf5a277138
parent4a3a8ee96c7c749b99c91345db190a2c3720abeb
Merge branch 'pw/rebase-fixup-fixes'

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