]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'mf/format-patch-cover-letter-format' into next
authorJunio C Hamano <gitster@pobox.com>
Mon, 9 Mar 2026 21:42:11 +0000 (14:42 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 9 Mar 2026 21:42:11 +0000 (14:42 -0700)
commite872adca7b47d243a3aeee1eec7f71d6606e8c9d
tree2013a7ca828522a5c5ba3354da2adab5f00faf9d
parent8ccfebc0b16549039dd5fcfa9dc29d1c03f56188
parent51ed9f7e724468b8e44a7c33946dda38a335acca
Merge branch 'mf/format-patch-cover-letter-format' into next

"git format-patch --cover-letter" learns to use a simpler format
instead of the traditional shortlog format to list its commits with
a new --cover-letter-format option and format.commitListFormat
configuration variable.

* mf/format-patch-cover-letter-format:
  docs: add usage for the cover-letter fmt feature
  format-patch: add commitListFormat config
  format-patch: add ability to use alt cover format
  format-patch: move cover letter summary generation
  pretty.c: add %(count) and %(total) placeholders
Documentation/git-format-patch.adoc
builtin/log.c
pretty.c
t/t4014-format-patch.sh
t/t9902-completion.sh