aboutsummaryrefslogtreecommitdiff
path: root/Documentation/config
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2026-03-16 12:42:54 -0700
committerJunio C Hamano <gitster@pobox.com>2026-03-16 12:42:54 -0700
commitb3c222ed9103db7947b432a99d460e22bdc873ca (patch)
treeb8edc42f69bfb0da8b690501a7826e3845107696 /Documentation/config
parent67006b9db8b772423ad0706029286096307d2567 (diff)
parent51ed9f7e724468b8e44a7c33946dda38a335acca (diff)
downloadgit-b3c222ed9103db7947b432a99d460e22bdc873ca.tar.xz
Merge branch 'mf/format-patch-cover-letter-format' into mf/format-patch-commit-list-format
* 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
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..ea5ec5df7a 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. Default 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.