<h2>SYNOPSIS</h2>\r
<div class="sectionbody">\r
<div class="verseblock">\r
-<div class="content"><em>git-format-patch</em> [-n | -k] [-o <dir> | --stdout] [-s] [-c]\r
+<div class="content"><em>git-format-patch</em> [-n | -k] [-o <dir> | --stdout] [--attach] [-s] [-c]\r
[--diff-options] <his> [<mine>]</div></div>\r
</div>\r
<h2>DESCRIPTION</h2>\r
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
</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
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
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
--------