summaryrefslogtreecommitdiffstats
path: root/git-send-email.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2015-08-03 12:43:00 -0700
committerJunio C Hamano <gitster@pobox.com>2015-08-03 12:43:00 -0700
commitd7ed4041c8468a2ca93f1c8ac511af9d895d3d6d (patch)
treef209ad1e994b76de43073839fe78c6d431f60e02 /git-send-email.html
parent2ce0aac108b9c935f3ac01e98478120df1f52ce1 (diff)
downloadgit-htmldocs-d7ed4041c8468a2ca93f1c8ac511af9d895d3d6d.tar.gz
Autogenerated HTML docs for v2.5.0-234-gefc8a
Diffstat (limited to 'git-send-email.html')
-rw-r--r--git-send-email.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/git-send-email.html b/git-send-email.html
index 19e7b7445..1c16ffd47 100644
--- a/git-send-email.html
+++ b/git-send-email.html
@@ -801,24 +801,24 @@ and the "Subject:" of the message as the second line.</p></div>
</p>
</dd>
<dt class="hdlist1">
---bcc=&lt;address&gt;
+--bcc=&lt;address&gt;,&#8230;
</dt>
<dd>
<p>
Specify a "Bcc:" value for each email. Default is the value of
<em>sendemail.bcc</em>.
</p>
-<div class="paragraph"><p>The --bcc option must be repeated for each user you want on the bcc list.</p></div>
+<div class="paragraph"><p>This option may be specified multiple times.</p></div>
</dd>
<dt class="hdlist1">
---cc=&lt;address&gt;
+--cc=&lt;address&gt;,&#8230;
</dt>
<dd>
<p>
Specify a starting "Cc:" value for each email.
Default is the value of <em>sendemail.cc</em>.
</p>
-<div class="paragraph"><p>The --cc option must be repeated for each user you want on the cc list.</p></div>
+<div class="paragraph"><p>This option may be specified multiple times.</p></div>
</dd>
<dt class="hdlist1">
--compose
@@ -887,7 +887,7 @@ is not set, this will be prompted for.</p></div>
</p>
</dd>
<dt class="hdlist1">
---to=&lt;address&gt;
+--to=&lt;address&gt;,&#8230;
</dt>
<dd>
<p>
@@ -896,7 +896,7 @@ is not set, this will be prompted for.</p></div>
value of the <em>sendemail.to</em> configuration value; if that is unspecified,
and --to-cmd is not specified, this will be prompted for.
</p>
-<div class="paragraph"><p>The --to option must be repeated for each user you want on the to list.</p></div>
+<div class="paragraph"><p>This option may be specified multiple times.</p></div>
</dd>
<dt class="hdlist1">
--8bit-encoding=&lt;encoding&gt;
@@ -1503,7 +1503,7 @@ $ git send-email outgoing/*</code></pre>
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
-Last updated 2015-06-24 14:09:45 PDT
+Last updated 2015-08-03 12:41:59 PDT
</div>
</div>
</body>