summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2026-05-17 22:58:30 +0900
committerJunio C Hamano <gitster@pobox.com>2026-05-17 22:58:30 +0900
commitc26c58de0cfbe2987267b5b106a6399f7f644bdc (patch)
tree41859cdf1b043f51be87320a613343f8455673f5
parent3cfbb7b3f79ed99690d86c112f233723423d1baf (diff)
parent7584d10bc289011cf005d453591a4c009d8b6508 (diff)
downloadgit-c26c58de0cfbe2987267b5b106a6399f7f644bdc.tar.gz
git-c26c58de0cfbe2987267b5b106a6399f7f644bdc.zip
Merge branch 'mf/format-patch-cover-letter-format-docfix'
Docfix. * mf/format-patch-cover-letter-format-docfix: Fix docs for format.commitListFormat
-rw-r--r--Documentation/config/format.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/config/format.adoc b/Documentation/config/format.adoc
index dbd186290b..95d19134b2 100644
--- a/Documentation/config/format.adoc
+++ b/Documentation/config/format.adoc
@@ -102,7 +102,7 @@ format.coverLetter::
Default is false.
format.commitListFormat::
- When the `--cover-letter-format` option is not given, `format-patch`
+ When the `--commit-list-format` option is not given, `format-patch`
uses the value of this variable to decide how to format the entry of
each commit. Defaults to `shortlog`.