aboutsummaryrefslogtreecommitdiff
path: root/Documentation/config
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2026-03-26 14:03:57 -0700
committerJunio C Hamano <gitster@pobox.com>2026-03-26 14:03:57 -0700
commitf54477a8053716221ccbdfbbcb9cef4e9d26fe28 (patch)
tree098ab742e268c4bf60b2a572f247b65667cdecff /Documentation/config
parent67006b9db8b772423ad0706029286096307d2567 (diff)
parent36c16a5b7fff7806b475b5fa07eca3a5179d7fa6 (diff)
downloadgit-f54477a8053716221ccbdfbbcb9cef4e9d26fe28.tar.xz
Merge branch 'mf/format-patch-commit-list-format' into mf/format-patch-commit-list-format-doc
* mf/format-patch-commit-list-format: format-patch: --commit-list-format without prefix format-patch: add preset for --commit-list-format format-patch: wrap generate_commit_list_cover() format.commitListFormat: strip meaning from empty docs/pretty-formats: add %(count) and %(total) format-patch: rename --cover-letter-format option format-patch: refactor generate_commit_list_cover pretty.c: better die message %(count) and %(total) 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
Diffstat (limited to 'Documentation/config')
-rw-r--r--Documentation/config/format.adoc5
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/config/format.adoc b/Documentation/config/format.adoc
index ab0710e86a..ef1ed1d250 100644
--- a/Documentation/config/format.adoc
+++ b/Documentation/config/format.adoc
@@ -101,6 +101,11 @@ format.coverLetter::
generate a cover-letter only when there's more than one patch.
Default is false.
+format.commitListFormat::
+ When the `--cover-letter-format` option is not given, `format-patch`
+ uses the value of this variable to decide how to format the title of
+ each commit. Defaults to `shortlog`.
+
format.outputDirectory::
Set a custom directory to store the resulting files instead of the
current working directory. All directory components will be created.