]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'pw/rebase-i-cleanup-fix' into next
authorJunio C Hamano <gitster@pobox.com>
Mon, 22 Sep 2025 18:54:29 +0000 (11:54 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 22 Sep 2025 18:54:30 +0000 (11:54 -0700)
commit2d0aec78212bcdf7c7c067a74b471a9e0ce60adf
tree1b808625272f84571c18037b8a22051950b88314
parentdc4168c337d4e35f1be9c59ae96982c99f524920
parent82a0a73e15042008fe6c4b145a8b1c34ee135753
Merge branch 'pw/rebase-i-cleanup-fix' into next

"git rebase -i" failed to clean-up the commit log message when the
command commits the final one in a chain of "fixup" commands, which
has been corrected.

* pw/rebase-i-cleanup-fix:
  sequencer: remove VERBATIM_MSG flag
  rebase -i: respect commit.cleanup when picking fixups
sequencer.c
t/t3415-rebase-autosquash.sh