summaryrefslogtreecommitdiffstats
path: root/git-send-email.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2009-02-20 08:33:08 +0000
committerJunio C Hamano <junio@hera.kernel.org>2009-02-20 08:33:08 +0000
commita6455f6330f1c7df9aca8631f65e68fb60a633d9 (patch)
tree3e98db803248056d9c47958549859cdacfb61a2b /git-send-email.html
parent4007b5d6e6903ab8ef91ce4452b16bf39261d641 (diff)
downloadgit-htmldocs-a6455f6330f1c7df9aca8631f65e68fb60a633d9.tar.gz
Autogenerated HTML docs for v1.6.2-rc1-20-g8c5b
Diffstat (limited to 'git-send-email.html')
-rw-r--r--git-send-email.html20
1 files changed, 19 insertions, 1 deletions
diff --git a/git-send-email.html b/git-send-email.html
index 3da660597..a4509292a 100644
--- a/git-send-email.html
+++ b/git-send-email.html
@@ -328,6 +328,24 @@ git-send-email(1) Manual Page
<div class="para"><p>The header of the email is configurable by command line options. If not
specified on the command line, the user will be prompted with a ReadLine
enabled interface to provide the necessary information.</p></div>
+<div class="para"><p>There are two formats accepted for patch files:</p></div>
+<div class="olist"><ol>
+<li>
+<p>
+mbox format files
+</p>
+<div class="para"><p>This is what <a href="git-format-patch.html">git-format-patch(1)</a> generates. Most headers and MIME
+formatting are ignored.</p></div>
+</li>
+<li>
+<p>
+The original format used by Greg Kroah-Hartman's <em>send_lots_of_email.pl</em>
+script
+</p>
+<div class="para"><p>This format expects the first line of the file to contain the "Cc:" value
+and the "Subject:" of the message as the second line.</p></div>
+</li>
+</ol></div>
</div>
<h2 id="_options">OPTIONS</h2>
<div class="sectionbody">
@@ -695,7 +713,7 @@ send_lots_of_email.pl by Greg Kroah-Hartman.</p></div>
</div>
<div id="footer">
<div id="footer-text">
-Last updated 2009-02-14 08:18:34 UTC
+Last updated 2009-02-20 08:32:54 UTC
</div>
</div>
</body>