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
@@ -102,7 +102,7 @@ format.coverLetter::
102 Default is false.
103
104 format.commitListFormat::
105 - When the `--cover-letter-format` option is not given, `format-patch`
105 + When the `--commit-list-format` option is not given, `format-patch`
106 uses the value of this variable to decide how to format the entry of
107 each commit. Defaults to `shortlog`.
108