]> Kevux Git Server - rit/commit
Merge branch 'mf/format-patch-cover-letter-format'
authorJunio C Hamano <gitster@pobox.com>
Fri, 3 Apr 2026 20:01:08 +0000 (13:01 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 3 Apr 2026 20:01:08 +0000 (13:01 -0700)
commit63901789bc05e51437442c9283e3716bfadb5b1c
tree62a425fdbf4e214df0fb9666437559253e5ef32f
parent256554692df0685b45e60778b08802b720880c50
parent51ed9f7e724468b8e44a7c33946dda38a335acca
Merge branch 'mf/format-patch-cover-letter-format'

"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