]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'pw/rebase-i-cleanup-fix'
authorJunio C Hamano <gitster@pobox.com>
Mon, 29 Sep 2025 18:40:34 +0000 (11:40 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 29 Sep 2025 18:40:34 +0000 (11:40 -0700)
commit84edf9956893195b260ca20bdca1cfe0dae6d859
tree1bd0aab93bbac6f1d7dba499fee3d04889d1ac2d
parentd960d6a6fbf4178ef4e9a093a63b0b48edf2f5e8
parent82a0a73e15042008fe6c4b145a8b1c34ee135753
Merge branch 'pw/rebase-i-cleanup-fix'

"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