From 7584d10bc289011cf005d453591a4c009d8b6508 Mon Sep 17 00:00:00 2001 From: Mirko Faina Date: Wed, 22 Apr 2026 23:45:17 +0200 Subject: [PATCH] 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 --- Documentation/config/format.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`.