Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2019-11-10 12:02:11 +0300
committerJunio C Hamano <gitster@pobox.com>2019-11-10 12:02:11 +0300
commitb75ba9bbd13877ff3351e150d3d053baec81f0db (patch)
tree374d06ccf59a1a7aa1a1ec79151619af169e1341 /Documentation/config/format.txt
parent15d9f3dc6642497b1186e943cdccba3a8f9f0b0e (diff)
parentbf8e65b30b77308710f14d523782f99a4a23eb55 (diff)
Merge branch 'dl/format-patch-cover-from-desc'
The branch description ("git branch --edit-description") has been used to fill the body of the cover letters by the format-patch command; this has been enhanced so that the subject can also be filled. * dl/format-patch-cover-from-desc: format-patch: teach --cover-from-description option format-patch: use enum variables format-patch: replace erroneous and condition
Diffstat (limited to 'Documentation/config/format.txt')
-rw-r--r--Documentation/config/format.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/config/format.txt b/Documentation/config/format.txt
index 40cad9278f..513fcd88d5 100644
--- a/Documentation/config/format.txt
+++ b/Documentation/config/format.txt
@@ -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.