summaryrefslogtreecommitdiffstats
path: root/git-send-email.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2017-07-06 19:28:44 -0700
committerJunio C Hamano <gitster@pobox.com>2017-07-06 19:28:44 -0700
commit08a3a23f3743c443cab555be5c23be42e28f977e (patch)
tree4e929a57d22e140769d99dce879add0f5d877fb6 /git-send-email.html
parent04f342163da51aeee6ab4c58fb57c9a1d749cab4 (diff)
downloadgit-htmldocs-08a3a23f3743c443cab555be5c23be42e28f977e.tar.gz
Autogenerated HTML docs for v2.13.2-647-g8b2ef
Diffstat (limited to 'git-send-email.html')
-rw-r--r--git-send-email.html27
1 files changed, 26 insertions, 1 deletions
diff --git a/git-send-email.html b/git-send-email.html
index 07268f6ea..ef02a403d 100644
--- a/git-send-email.html
+++ b/git-send-email.html
@@ -1108,6 +1108,31 @@ must be used for each option.</p></div>
connection and authentication problems.
</p>
</dd>
+<dt class="hdlist1">
+--batch-size=&lt;num&gt;
+</dt>
+<dd>
+<p>
+ Some email servers (e.g. smtp.163.com) limit the number emails to be
+ sent per session (connection) and this will lead to a faliure when
+ sending many messages. With this option, send-email will disconnect after
+ sending $&lt;num&gt; messages and wait for a few seconds (see --relogin-delay)
+ and reconnect, to work around such a limit. You may want to
+ use some form of credential helper to avoid having to retype
+ your password every time this happens. Defaults to the
+ <code>sendemail.smtpBatchSize</code> configuration variable.
+</p>
+</dd>
+<dt class="hdlist1">
+--relogin-delay=&lt;int&gt;
+</dt>
+<dd>
+<p>
+ Waiting $&lt;int&gt; seconds before reconnecting to SMTP server. Used together
+ with --batch-size option. Defaults to the <code>sendemail.smtpReloginDelay</code>
+ configuration variable.
+</p>
+</dd>
</dl></div>
</div>
<div class="sect2">
@@ -1555,7 +1580,7 @@ $ git send-email outgoing/*</code></pre>
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
-Last updated 2017-05-30 13:14:02 JST
+Last updated 2017-07-06 19:28:24 PDT
</div>
</div>
</body>