summaryrefslogtreecommitdiffstats
path: root/git-format-patch.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2019-11-11 13:33:46 +0900
committerJunio C Hamano <gitster@pobox.com>2019-11-11 13:33:46 +0900
commit8ac8a3d8dd001611b77776fa19ef37c2c87cd987 (patch)
treeefa3af5ebd3192b611732553c90c2d9baaa1e398 /git-format-patch.html
parent79d41dbe0b2fcbbc1cd5f6c188073a0956174289 (diff)
downloadgit-htmldocs-8ac8a3d8dd001611b77776fa19ef37c2c87cd987.tar.gz
Autogenerated HTML docs for v2.24.0-155-gd9f6f
Diffstat (limited to 'git-format-patch.html')
-rw-r--r--git-format-patch.html27
1 files changed, 25 insertions, 2 deletions
diff --git a/git-format-patch.html b/git-format-patch.html
index 8a7962b2f..f45712c18 100644
--- a/git-format-patch.html
+++ b/git-format-patch.html
@@ -759,6 +759,7 @@ git-format-patch(1) Manual Page
[--start-number &lt;n&gt;] [--numbered-files]
[--in-reply-to=&lt;message id&gt;] [--suffix=.&lt;sfx&gt;]
[--ignore-if-in-upstream]
+ [--cover-from-description=&lt;mode&gt;]
[--rfc] [--subject-prefix=&lt;subject prefix&gt;]
[(--reroll-count|-v) &lt;n&gt;]
[--to=&lt;email&gt;] [--cc=&lt;email&gt;]
@@ -1709,6 +1710,27 @@ will want to ensure that threading is disabled for <code>git send-email</code>.<
</p>
</dd>
<dt class="hdlist1">
+--cover-from-description=&lt;mode&gt;
+</dt>
+<dd>
+<p>
+ Controls which parts of the cover letter will be automatically
+ populated using the branch&#8217;s description.
+</p>
+<div class="paragraph"><p>If <code>&lt;mode&gt;</code> is <code>message</code> or <code>default</code>, the cover letter subject will be
+populated with placeholder text. The body of the cover letter will be
+populated with the branch&#8217;s description. This is the default mode when
+no configuration nor command line option is specified.</p></div>
+<div class="paragraph"><p>If <code>&lt;mode&gt;</code> is <code>subject</code>, the first paragraph of the branch description will
+populate the cover letter subject. The remainder of the description will
+populate the body of the cover letter.</p></div>
+<div class="paragraph"><p>If <code>&lt;mode&gt;</code> is <code>auto</code>, if the first paragraph of the branch description
+is greater than 100 bytes, then the mode will be <code>message</code>, otherwise
+<code>subject</code> will be used.</p></div>
+<div class="paragraph"><p>If <code>&lt;mode&gt;</code> is <code>none</code>, both the cover letter subject and body will be
+populated with placeholder text.</p></div>
+</dd>
+<dt class="hdlist1">
--subject-prefix=&lt;subject prefix&gt;
</dt>
<dd>
@@ -1995,7 +2017,8 @@ with configuration variables.</p></div>
attach [ = mime-boundary-string ]
signOff = true
outputDirectory = &lt;directory&gt;
- coverLetter = auto</code></pre>
+ coverLetter = auto
+ coverFromDescription = auto</code></pre>
</div></div>
</div>
</div>
@@ -2421,7 +2444,7 @@ Extract three topmost commits from the current branch and format them
<div id="footer">
<div id="footer-text">
Last updated
- 2019-10-23 14:29:31 JST
+ 2019-11-11 13:29:13 JST
</div>
</div>
</body>