All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] rebase: a couple of fixup fixes
@ 2026-07-17 16:06 Phillip Wood
  2026-07-17 16:06 ` [PATCH 1/2] rebase -i: fix counting of fixups after rebase --skip Phillip Wood
  2026-07-17 16:06 ` [PATCH 2/2] rebase: remember fixup -c after skipping fixup/squash Phillip Wood
  0 siblings, 2 replies; 5+ messages in thread
From: Phillip Wood @ 2026-07-17 16:06 UTC (permalink / raw)
  To: git; +Cc: Phillip Wood

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


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2026-07-24 21:19 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-17 16:06 [PATCH 0/2] rebase: a couple of fixup fixes Phillip Wood
2026-07-17 16:06 ` [PATCH 1/2] rebase -i: fix counting of fixups after rebase --skip Phillip Wood
2026-07-24 21:01   ` Junio C Hamano
2026-07-17 16:06 ` [PATCH 2/2] rebase: remember fixup -c after skipping fixup/squash Phillip Wood
2026-07-24 21:18   ` Junio C Hamano

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.