Autogenerated HTML docs for v1.2.4-gbe76
authorJunio C Hamano <junio@hera.kernel.org>
Sat, 11 Mar 2006 08:04:33 +0000 (08:04 +0000)
committerJunio C Hamano <junio@hera.kernel.org>
Sat, 11 Mar 2006 08:04:33 +0000 (08:04 +0000)
git-format-patch.html
git-format-patch.txt

index 893c546..5811c70 100644 (file)
@@ -273,7 +273,7 @@ git-format-patch(1) Manual Page
 <h2>SYNOPSIS</h2>\r
 <div class="sectionbody">\r
 <div class="verseblock">\r
-<div class="content"><em>git-format-patch</em> [-n | -k] [-o &lt;dir&gt; | --stdout] [-s] [-c]\r
+<div class="content"><em>git-format-patch</em> [-n | -k] [-o &lt;dir&gt; | --stdout] [--attach] [-s] [-c]\r
                  [--diff-options] &lt;his&gt; [&lt;mine&gt;]</div></div>\r
 </div>\r
 <h2>DESCRIPTION</h2>\r
@@ -351,8 +351,25 @@ one patch.</p>
         patch and implies --mbox.\r
 </p>\r
 </dd>\r
+<dt>\r
+--attach\r
+</dt>\r
+<dd>\r
+<p>\r
+        Create attachments instead of inlining patches.\r
+</p>\r
+</dd>\r
 </dl>\r
 </div>\r
+<h2>CONFIGURATION</h2>\r
+<div class="sectionbody">\r
+<p>You can specify extra mail header lines to be added to each\r
+message in the repository configuration as follows:</p>\r
+<div class="literalblock">\r
+<div class="content">\r
+<pre><tt>headers = "Organization: git-foo\n"</tt></pre>\r
+</div></div>\r
+</div>\r
 <h2>EXAMPLES</h2>\r
 <div class="sectionbody">\r
 <dl>\r
@@ -410,7 +427,7 @@ git-format-patch -M -B origin
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 10-Mar-2006 00:31:26 UTC\r
+Last updated 11-Mar-2006 08:04:28 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 7c467c5..7cc7faf 100644 (file)
@@ -9,7 +9,7 @@ git-format-patch - Prepare patches for e-mail submission
 SYNOPSIS
 --------
 [verse]
-'git-format-patch' [-n | -k] [-o <dir> | --stdout] [-s] [-c]
+'git-format-patch' [-n | -k] [-o <dir> | --stdout] [--attach] [-s] [-c]
                 [--diff-options] <his> [<mine>]
 
 DESCRIPTION
@@ -60,6 +60,18 @@ OPTIONS
        standard output, instead of saving them into a file per
        patch and implies --mbox.
 
+--attach::
+       Create attachments instead of inlining patches.
+
+
+CONFIGURATION
+-------------
+You can specify extra mail header lines to be added to each
+message in the repository configuration as follows:
+
+[format]
+        headers = "Organization: git-foo\n"
+
 
 EXAMPLES
 --------