aboutsummaryrefslogtreecommitdiff
path: root/Documentation/config/format.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/config/format.adoc')
-rw-r--r--Documentation/config/format.adoc5
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/config/format.adoc b/Documentation/config/format.adoc
index ab0710e86a..ef1ed1d250 100644
--- a/Documentation/config/format.adoc
+++ b/Documentation/config/format.adoc
@@ -101,6 +101,11 @@ format.coverLetter::
generate a cover-letter only when there's more than one patch.
Default is false.
+format.commitListFormat::
+ When the `--cover-letter-format` option is not given, `format-patch`
+ uses the value of this variable to decide how to format the title of
+ each commit. Defaults to `shortlog`.
+
format.outputDirectory::
Set a custom directory to store the resulting files instead of the
current working directory. All directory components will be created.