]> git.ipfire.org Git - thirdparty/git.git/commit
sequencer: remove VERBATIM_MSG flag
authorPhillip Wood <phillip.wood@dunelm.org.uk>
Thu, 18 Sep 2025 09:00:39 +0000 (10:00 +0100)
committerJunio C Hamano <gitster@pobox.com>
Thu, 18 Sep 2025 15:30:44 +0000 (08:30 -0700)
commit82a0a73e15042008fe6c4b145a8b1c34ee135753
treeccae143f9cda6b1b36148a14663cd196c1fa22b1
parent5b44c3bd578ce6bd7071faa0dff5fcfc06a0b36a
sequencer: remove VERBATIM_MSG flag

As the last commit deleted the only user of VERBATIM_MSG remove
it. This reverts remaining parts of commit f7d42ceec52 (rebase -i:
do leave commit message intact in fixup! chains, 2021-01-28) that
were not deleted by the last commit.

Signed-off-by: Phillip Wood <phillip.wood@dunelm.org.uk>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
sequencer.c