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>main
parent
94f057755b
commit
7584d10bc2
|
|
@ -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`.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue