about summary refs log tree commit diff
path: root/third_party/git/Documentation/config/sendemail.txt
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/git/Documentation/config/sendemail.txt')
-rw-r--r--third_party/git/Documentation/config/sendemail.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/third_party/git/Documentation/config/sendemail.txt b/third_party/git/Documentation/config/sendemail.txt
index 0006faf800..cbc5af42fd 100644
--- a/third_party/git/Documentation/config/sendemail.txt
+++ b/third_party/git/Documentation/config/sendemail.txt
@@ -61,3 +61,8 @@ sendemail.smtpBatchSize::
 sendemail.smtpReloginDelay::
 	Seconds wait before reconnecting to smtp server.
 	See also the `--relogin-delay` option of linkgit:git-send-email[1].
+
+sendemail.forbidSendmailVariables::
+	To avoid common misconfiguration mistakes, linkgit:git-send-email[1]
+	will abort with a warning if any configuration options for "sendmail"
+	exist. Set this variable to bypass the check.