summaryrefslogtreecommitdiffstats
path: root/git-send-email.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2014-06-06 12:16:29 -0700
committerJunio C Hamano <gitster@pobox.com>2014-06-06 12:16:29 -0700
commite1aeb5ef657d0c4fdff12a9c7503431edd9cd128 (patch)
tree0b26e69547edd5d5bbc66d1dd470d1ce66463b1e /git-send-email.html
parentb051caf02ee59e3c9d1da4a61339f667f28754d1 (diff)
downloadgit-htmldocs-e1aeb5ef657d0c4fdff12a9c7503431edd9cd128.tar.gz
Autogenerated HTML docs for v2.0.0-239-g09531
Diffstat (limited to 'git-send-email.html')
-rw-r--r--git-send-email.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/git-send-email.html b/git-send-email.html
index 9a14512b7..2febf3b72 100644
--- a/git-send-email.html
+++ b/git-send-email.html
@@ -763,7 +763,7 @@ 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 <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
+<div class="paragraph"><p>The header of the email is configurable via command-line options. If not
specified on the command line, the user will be prompted with a ReadLine
enabled interface to provide the necessary information.</p></div>
<div class="paragraph"><p>There are two formats accepted for patch files:</p></div>
@@ -833,7 +833,7 @@ and the "Subject:" of the message as the second line.</p></div>
<div class="paragraph"><p>When <em>--compose</em> is used, git send-email will use the From, Subject, and
In-Reply-To headers specified in the message. If the body of the message
(what you type after the headers and a blank line) only contains blank
-(or Git: prefixed) lines the summary won&#8217;t be sent, but From, Subject,
+(or Git: prefixed) lines, the summary won&#8217;t be sent, but From, Subject,
and In-Reply-To headers will be used unless they are removed.</p></div>
<div class="paragraph"><p>Missing From or In-Reply-To headers will be prompted for.</p></div>
<div class="paragraph"><p>See the CONFIGURATION section for <em>sendemail.multiedit</em>.</p></div>
@@ -845,7 +845,7 @@ and In-Reply-To headers will be used unless they are removed.</p></div>
<p>
Specify the sender of the emails. If not specified on the command line,
the value of the <em>sendemail.from</em> configuration option is used. If
- neither the command line option nor <em>sendemail.from</em> are set, then the
+ neither the command-line option nor <em>sendemail.from</em> are set, then the
user will be prompted for the value. The default for the prompt will be
the value of GIT_AUTHOR_IDENT, or GIT_COMMITTER_IDENT if that is not
set, as returned by "git var -l".
@@ -1410,7 +1410,7 @@ $ git send-email outgoing/*</tt></pre>
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
-Last updated 2013-08-20 08:40:27 PDT
+Last updated 2014-06-06 12:15:38 PDT
</div>
</div>
</body>