aboutsummaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorMirko Faina <mroik@delayed.space>2026-03-07 00:34:43 +0100
committerJunio C Hamano <gitster@pobox.com>2026-03-06 17:16:44 -0800
commitbe0ef6fcd2379ea3dc1569d6d8c360d6d59d031f (patch)
treed527d18c3bf1195b74ac85f0cb6ae7ac0c23a909 /Documentation
parent6005932d95ff05541f9dbe8c49a45b7abaf7432e (diff)
downloadgit-be0ef6fcd2379ea3dc1569d6d8c360d6d59d031f.tar.xz
format-patch: add commitListFormat config
Using "--cover-letter" we can tell format-patch to generate a cover letter, in this cover letter there's a list of commits included in the patch series and the format is specified by the "--cover-letter-format" option. Would be useful if this format could be configured from the config file instead of always needing to pass it from the command line. Teach format-patch how to read the format spec for the cover letter from the config files. The variable it should look for is called format.commitListFormat. Possible values: - commitListFormat is set but no string is passed: it will default to "[%(count)/%(total)] %s" - if a string is passed: will use it as a format spec. Note that this is either "shortlog" or a format spec prefixed by "log:" e.g."log:%s (%an)" - if commitListFormat is not set: it will default to the shortlog format. Signed-off-by: Mirko Faina <mroik@delayed.space> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
0 files changed, 0 insertions, 0 deletions