git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] rebase -i: respect commit.cleanup when picking fixups
@ 2025-09-18  9:00 Phillip Wood
  2025-09-18  9:00 ` [PATCH 1/2] " Phillip Wood
  2025-09-18  9:00 ` [PATCH 2/2] sequencer: remove VERBATIM_MSG flag Phillip Wood
  0 siblings, 2 replies; 4+ messages in thread
From: Phillip Wood @ 2025-09-18  9:00 UTC (permalink / raw)
  To: git; +Cc: Johannes Schindelin, Simon Cheng

From: Phillip Wood <phillip.wood@dunelm.org.uk>

This series fixes a recent bug report[2] where "git rebase
--autosquash" left comments in the commit message when squashing fixup
commits. The first patch fixes the bug and the second removes some
code that becomes unused after the changes in the first patch. Thanks
to Simon for reporting this.

[1] <CA+itcS3DxbgpFy2aPRvHQvTAYE=dU0kfeDdidVwWLU=rBAWR4w@mail.gmail.com>

Base-Commit: 92c87bdc406e5bcf1b516a861d609b03d99c23b7
Published-As: https://github.com/phillipwood/git/releases/tag/pw%2Frebase-commit-msg-cleanup%2Fv1
View-Changes-At: https://github.com/phillipwood/git/compare/92c87bdc4...9c7f4e39c
Fetch-It-Via: git fetch https://github.com/phillipwood/git pw/rebase-commit-msg-cleanup/v1


Phillip Wood (2):
  rebase -i: respect commit.cleanup when picking fixups
  sequencer: remove VERBATIM_MSG flag

 sequencer.c                  | 12 ------------
 t/t3415-rebase-autosquash.sh | 28 ++++++++++++++++++++++------
 2 files changed, 22 insertions(+), 18 deletions(-)

-- 
2.51.0.595.g259a2096d9c


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

end of thread, other threads:[~2025-09-18 15:29 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-18  9:00 [PATCH 0/2] rebase -i: respect commit.cleanup when picking fixups Phillip Wood
2025-09-18  9:00 ` [PATCH 1/2] " Phillip Wood
2025-09-18 15:29   ` Junio C Hamano
2025-09-18  9:00 ` [PATCH 2/2] sequencer: remove VERBATIM_MSG flag Phillip Wood

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).