From: Mirko Faina Date: Wed, 22 Apr 2026 21:45:17 +0000 (+0200) Subject: Fix docs for format.commitListFormat X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=7584d10bc289011cf005d453591a4c009d8b6508;p=thirdparty%2Fgit.git 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 Signed-off-by: Junio C Hamano --- 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`.