]> git.ipfire.org Git - thirdparty/git.git/blobdiff - Documentation/config/format.txt
format-patch: teach --cover-from-description option
[thirdparty/git.git] / Documentation / config / format.txt
index 414a5a8a9d7de5bbcefd928ada93aed725427b33..735dfcf8275c1ba827012459e1f8bf1f1b3b2d4e 100644 (file)
@@ -36,6 +36,12 @@ format.subjectPrefix::
        The default for format-patch is to output files with the '[PATCH]'
        subject prefix. Use this variable to change that prefix.
 
+format.coverFromDescription::
+       The default mode for format-patch to determine which parts of
+       the cover letter will be populated using the branch's
+       description. See the `--cover-from-description` option in
+       linkgit:git-format-patch[1].
+
 format.signature::
        The default for format-patch is to output a signature containing
        the Git version number. Use this variable to change that default.
@@ -77,6 +83,7 @@ format.coverLetter::
        A boolean that controls whether to generate a cover-letter when
        format-patch is invoked, but in addition can be set to "auto", to
        generate a cover-letter only when there's more than one patch.
+       Default is false.
 
 format.outputDirectory::
        Set a custom directory to store the resulting files instead of the