summaryrefslogtreecommitdiffstats
path: root/config.txt
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 /config.txt
parent04f342163da51aeee6ab4c58fb57c9a1d749cab4 (diff)
downloadgit-htmldocs-08a3a23f3743c443cab555be5c23be42e28f977e.tar.gz
Autogenerated HTML docs for v2.13.2-647-g8b2ef
Diffstat (limited to 'config.txt')
-rw-r--r--config.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/config.txt b/config.txt
index 06898a749..d5c9c4cab 100644
--- a/config.txt
+++ b/config.txt
@@ -2946,6 +2946,16 @@ sendemail.xmailer::
sendemail.signedoffcc (deprecated)::
Deprecated alias for `sendemail.signedoffbycc`.
+sendemail.smtpBatchSize::
+ Number of messages to be sent per connection, after that a relogin
+ will happen. If the value is 0 or undefined, send all messages in
+ one connection.
+ See also the `--batch-size` option of linkgit:git-send-email[1].
+
+sendemail.smtpReloginDelay::
+ Seconds wait before reconnecting to smtp server.
+ See also the `--relogin-delay` option of linkgit:git-send-email[1].
+
showbranch.default::
The default set of branches for linkgit:git-show-branch[1].
See linkgit:git-show-branch[1].