summaryrefslogtreecommitdiffstats
path: root/git-format-patch.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2008-07-02 03:06:38 +0000
committerJunio C Hamano <junio@hera.kernel.org>2008-07-02 03:06:38 +0000
commitfce7c7e1549d1a2a2b0faf5952378236eed4d468 (patch)
treeffce2ae419b52786a0e567f4fddaadd89016f62c /git-format-patch.html
parentbb8e996adf4293a0b624fe77e95e12ae8d1faed9 (diff)
downloadgit-htmldocs-fce7c7e1549d1a2a2b0faf5952378236eed4d468.tar.gz
Autogenerated HTML docs for v1.5.6.1-156-ge903b
Diffstat (limited to 'git-format-patch.html')
-rw-r--r--git-format-patch.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/git-format-patch.html b/git-format-patch.html
index a9b84cf42..b4131ca91 100644
--- a/git-format-patch.html
+++ b/git-format-patch.html
@@ -273,7 +273,7 @@ git-format-patch(1) Manual Page
<h2>SYNOPSIS</h2>
<div class="sectionbody">
<div class="verseblock">
-<div class="content"><em>git-format-patch</em> [-k] [-o &lt;dir&gt; | --stdout] [--thread]
+<div class="content"><em>git format-patch</em> [-k] [-o &lt;dir&gt; | --stdout] [--thread]
[--attach[=&lt;boundary&gt;] | --inline[=&lt;boundary&gt;]]
[-s | --signoff] [&lt;common diff options&gt;]
[-n | --numbered | -N | --no-numbered]
@@ -290,7 +290,7 @@ git-format-patch(1) Manual Page
<p>Prepare each commit with its patch in
one file per commit, formatted to resemble UNIX mailbox format.
The output of this command is convenient for e-mail submission or
-for use with <a href="git-am.html">git-am(1)</a>.</p>
+for use with <tt>git-am</tt>.</p>
<p>There are two ways to specify which commits to operate on.</p>
<ol>
<li>
@@ -326,7 +326,7 @@ output, unless the --stdout option is specified.</p>
they are created in the current working directory.</p>
<p>If -n is specified, instead of "[PATCH] Subject", the first line
is formatted as "[PATCH n/m] Subject".</p>
-<p>If given --thread, git-format-patch will generate In-Reply-To and
+<p>If given --thread, <tt>git-format-patch</tt> will generate In-Reply-To and
References headers to make the second and subsequent patch mails appear
as replies to the first mail; this also generates a Message-Id header to
reference.</p>
@@ -806,7 +806,7 @@ reference.</p>
</dd>
</dl>
<p>For more detailed explanation on these common options, see also
-<a href="gitdiffcore.html">gitdiffcore(7)</a>[diffcore documentation].</p>
+<a href="gitdiffcore.html">gitdiffcore(7)</a>.</p>
<dl>
<dt>
-&lt;n&gt;
@@ -1103,7 +1103,7 @@ as e-mailable patches:
</div>
<div id="footer">
<div id="footer-text">
-Last updated 08-Jun-2008 22:46:40 UTC
+Last updated 02-Jul-2008 03:01:46 UTC
</div>
</div>
</body>