summaryrefslogtreecommitdiffstats
path: root/git-format-patch.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2009-03-06 08:21:09 +0000
committerJunio C Hamano <junio@hera.kernel.org>2009-03-06 08:21:09 +0000
commit0a23522474e120e244e3082ebee15365db20367a (patch)
tree7d92d7744bbe3d57103f64f3b3a4cd16ba9fe55e /git-format-patch.html
parent36ac993d398d38a097e0c36200f1399aafa6f06c (diff)
downloadgit-htmldocs-0a23522474e120e244e3082ebee15365db20367a.tar.gz
Autogenerated HTML docs for v1.6.2-77-g8cc3f
Diffstat (limited to 'git-format-patch.html')
-rw-r--r--git-format-patch.html20
1 files changed, 16 insertions, 4 deletions
diff --git a/git-format-patch.html b/git-format-patch.html
index 7b97008ad..c1f746522 100644
--- a/git-format-patch.html
+++ b/git-format-patch.html
@@ -322,7 +322,8 @@ git-format-patch(1) Manual Page
<div class="sectionbody">
<div class="verseblock">
<div class="content"><em>git format-patch</em> [-k] [-o &lt;dir&gt; | --stdout] [--thread]
- [--attach[=&lt;boundary&gt;] | --inline[=&lt;boundary&gt;]]
+ [--attach[=&lt;boundary&gt;] | --inline[=&lt;boundary&gt;] |
+ [--no-attach]]
[-s | --signoff] [&lt;common diff options&gt;]
[-n | --numbered | -N | --no-numbered]
[--start-number &lt;n&gt;] [--numbered-files]
@@ -972,6 +973,15 @@ override configuration settings.</p></div>
</p>
</dd>
<dt>
+--no-attach
+</dt>
+<dd>
+<p>
+ Disable the creation of an attachment, overriding the
+ configuration setting.
+</p>
+</dd>
+<dt>
--inline[=&lt;boundary&gt;]
</dt>
<dd>
@@ -1074,7 +1084,8 @@ not add any suffix.</p></div>
<div class="sectionbody">
<div class="para"><p>You can specify extra mail header lines to be added to each message
in the repository configuration, new defaults for the subject prefix
-and file suffix, and number patches when outputting more than one.</p></div>
+and file suffix, control attachements, and number patches when outputting
+more than one.</p></div>
<div class="listingblock">
<div class="content">
<pre><tt>[format]
@@ -1082,7 +1093,8 @@ and file suffix, and number patches when outputting more than one.</p></div>
subjectprefix = CHANGE
suffix = .txt
numbered = auto
- cc = &lt;email&gt;</tt></pre>
+ cc = &lt;email&gt;
+ attach [ = mime-boundary-string ]</tt></pre>
</div></div>
</div>
<h2 id="_examples">EXAMPLES</h2>
@@ -1163,7 +1175,7 @@ as e-mailable patches:
</div>
<div id="footer">
<div id="footer-text">
-Last updated 2009-02-14 08:18:17 UTC
+Last updated 2009-03-06 08:20:42 UTC
</div>
</div>
</body>