]> git.ipfire.org Git - thirdparty/git.git/commit
format-patch: move cover letter summary generation
authorMirko Faina <mroik@delayed.space>
Fri, 6 Mar 2026 23:34:41 +0000 (00:34 +0100)
committerJunio C Hamano <gitster@pobox.com>
Sat, 7 Mar 2026 01:16:44 +0000 (17:16 -0800)
commit2af59cbcf4375f4d7c61954a19244d130de0a0db
treee15ffdf208c0537af9dcf1d1c5f092a35f635687
parent9ccd9e6fcab2573a04b24f81d96cfdc355a7d51f
format-patch: move cover letter summary generation

As of now format-patch allows generation of a template cover letter for
patch series through "--cover-letter".

Move shortlog summary code generation to its own function. This is done
in preparation to other patches where we enable the user to format the
commit list using thier own format string.

Signed-off-by: Mirko Faina <mroik@delayed.space>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/log.c