summaryrefslogtreecommitdiffstats
path: root/git-format-patch.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2009-03-11 23:56:19 +0000
committerJunio C Hamano <junio@hera.kernel.org>2009-03-11 23:56:19 +0000
commitea6a764cc1ad1ab76cde6aa01c26aa1acb89739c (patch)
tree18a718978275b3646c8d27739756a5a431bf4024 /git-format-patch.html
parent5705393880d089d154d561c1abebb4acb411690e (diff)
downloadgit-htmldocs-ea6a764cc1ad1ab76cde6aa01c26aa1acb89739c.tar.gz
Autogenerated HTML docs for v1.6.2-149-g6462
Diffstat (limited to 'git-format-patch.html')
-rw-r--r--git-format-patch.html11
1 files changed, 9 insertions, 2 deletions
diff --git a/git-format-patch.html b/git-format-patch.html
index c1f746522..402a60e83 100644
--- a/git-format-patch.html
+++ b/git-format-patch.html
@@ -992,7 +992,7 @@ override configuration settings.</p></div>
</p>
</dd>
<dt>
---thread
+--thread[=&lt;style&gt;]
</dt>
<dd>
<p>
@@ -1000,6 +1000,13 @@ override configuration settings.</p></div>
subsequent mails appear as replies to the first. Also generates
the Message-Id header to reference.
</p>
+<div class="para"><p>The optional &lt;style&gt; argument can be either <tt>shallow</tt> or <tt>deep</tt>.
+<em>Shallow</em> threading makes every mail a reply to the head of the
+series, where the head is chosen from the cover letter, the
+<tt>--in-reply-to</tt>, and the first patch mail, in this order. <em>Deep</em>
+threading makes every mail a reply to the previous one. If not
+specified, defaults to the <em>format.thread</em> configuration, or <tt>shallow</tt>
+if that is not set.</p></div>
</dd>
<dt>
--in-reply-to=Message-Id
@@ -1175,7 +1182,7 @@ as e-mailable patches:
</div>
<div id="footer">
<div id="footer-text">
-Last updated 2009-03-06 08:20:42 UTC
+Last updated 2009-03-11 23:56:00 UTC
</div>
</div>
</body>