summaryrefslogtreecommitdiffstats
path: root/git-send-email.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2015-01-07 14:45:48 -0800
committerJunio C Hamano <gitster@pobox.com>2015-01-07 14:45:48 -0800
commitc9394b27831f7632b4d570c5e6ee3d2a7d9e7a6e (patch)
tree002abd8701e0bd9d14d103e5b44736fe37293515 /git-send-email.txt
parent6df93d9e8038d7ac3d2cb49dfbe125e874b15ba9 (diff)
downloadgit-htmldocs-c9394b27831f7632b4d570c5e6ee3d2a7d9e7a6e.tar.gz
Autogenerated HTML docs for v2.2.1-268-g1e6f5
Diffstat (limited to 'git-send-email.txt')
-rw-r--r--git-send-email.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/git-send-email.txt b/git-send-email.txt
index a9efa5c2e..e04849e39 100644
--- a/git-send-email.txt
+++ b/git-send-email.txt
@@ -141,6 +141,11 @@ Note that no attempts whatsoever are made to validate the encoding.
configuration value; if that is unspecified, git will use 8bit and not
add a Content-Transfer-Encoding header.
+--xmailer::
+--no-xmailer::
+ Add (or prevent adding) the "X-Mailer:" header. By default,
+ the header is added, but it can be turned off by setting the
+ `sendemail.xmailer` configuration variable to `false`.
Sending
~~~~~~~