summaryrefslogtreecommitdiffstats
path: root/git-send-email.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2012-06-21 00:08:23 -0700
committerJunio C Hamano <gitster@pobox.com>2012-06-21 00:08:23 -0700
commita28a920b817789e9535e30d163d1cfeda9803b99 (patch)
tree0276dc9699fe17f0b3daa7ad772b8f34f11463b7 /git-send-email.html
parent010705ace148110d091fef2fb78d70223306d9e0 (diff)
downloadgit-htmldocs-a28a920b817789e9535e30d163d1cfeda9803b99.tar.gz
Autogenerated HTML docs for v1.7.11-3-g60475
Diffstat (limited to 'git-send-email.html')
-rw-r--r--git-send-email.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/git-send-email.html b/git-send-email.html
index 1e7ca7065..72f4e2495 100644
--- a/git-send-email.html
+++ b/git-send-email.html
@@ -592,7 +592,7 @@ git-send-email(1) Manual Page
<div class="paragraph"><p>Takes the patches given on the command line and emails them out.
Patches can be specified as files, directories (which will send all
files in the directory), or directly as a revision list. In the
-last case, any format accepted by can
+last case, any format accepted by <a href="git-format-patch.html">git-format-patch(1)</a> can
be passed to git send-email.</p></div>
<div class="paragraph"><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
@@ -603,7 +603,7 @@ enabled interface to provide the necessary information.</p></div>
<p>
mbox format files
</p>
-<div class="paragraph"><p>This is what generates. Most headers and MIME
+<div class="paragraph"><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>
@@ -654,7 +654,7 @@ and the "Subject:" of the message as the second line.</p></div>
</dt>
<dd>
<p>
- Invoke a text editor (see GIT_EDITOR in )
+ Invoke a text editor (see GIT_EDITOR in <a href="git-var.html">git-var(1)</a>)
to edit an introductory message for the patch series.
</p>
<div class="paragraph"><p>When <em>--compose</em> is used, git send-email will use the From, Subject, and
@@ -1180,11 +1180,11 @@ $ git send-email outgoing/*</tt></pre>
</div>
<h2 id="_see_also">SEE ALSO</h2>
<div class="sectionbody">
-<div class="paragraph"><p>, , mbox(5)</p></div>
+<div class="paragraph"><p><a href="git-format-patch.html">git-format-patch(1)</a>, <a href="git-imap-send.html">git-imap-send(1)</a>, mbox(5)</p></div>
</div>
<h2 id="_git">GIT</h2>
<div class="sectionbody">
-<div class="paragraph"><p>Part of the suite</p></div>
+<div class="paragraph"><p>Part of the <a href="git.html">git(1)</a> suite</p></div>
</div>
</div>
<div id="footnotes"><hr /></div>