Fix docs for format.commitListFormat
When renaming the option --cover-letter-format to --commit-list-format we forgot to rename the opton in the section too. Fix it. Signed-off-by: Mirko Faina <mroik@delayed.space> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Mirko Faina committed
Apr 22, 2026 at 23:45 UTC
7584d10bc289011cf005d453591a4c009d8b6508
1 file changed
+1
-1
Documentation/config/format.adoc
+1
-1
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`.