]> git.99rst.org Git - git.git/commit
docs: fix --commit-list-format related entries
authorMirko Faina <redacted>
Fri, 27 Mar 2026 19:48:09 +0000 (20:48 +0100)
committerJunio C Hamano <redacted>
Fri, 27 Mar 2026 20:09:50 +0000 (13:09 -0700)
commitacee42d3e5a2855cfa3b33baf3728f34fe6fb33f
treea94386422013217b2a92d19b37a8c18a867a72d1
parentf54477a8053716221ccbdfbbcb9cef4e9d26fe28
docs: fix --commit-list-format related entries

Documentation specifies that "git format-patch" would default to
format.commitListFormat if --commit-list-format is not given, but
doesn't specify the default if the format.commitListFormat is not set.
The text for --cover-letter is also obsolete as the commit list can now
be something other than a shortlog.

Document to reflect changes.

Signed-off-by: Mirko Faina <redacted>
Signed-off-by: Junio C Hamano <redacted>
Documentation/config/format.adoc
Documentation/git-format-patch.adoc
git clone https://git.99rst.org/PROJECT