]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Fix docs for format.commitListFormat
authorMirko Faina <mroik@delayed.space>
Wed, 22 Apr 2026 21:45:17 +0000 (23:45 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 22 Apr 2026 23:16:24 +0000 (16:16 -0700)
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>
Documentation/config/format.adoc

index dbd186290b501f9804550d093827f54ce4c04c69..95d19134b26ea08cdcb66dfb2de31af00644b4de 100644 (file)
@@ -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`.