diff options
author | Luis Henriques <henrix@camandro.org> | 2014-03-24 21:38:27 +0000 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-12-15 15:17:25 -0800 |
commit | ac1596a684a44144efa2d52d9104b0d627e6d9a1 (patch) | |
tree | 47d5d041d294cb960f5ab14f472c1b3f994898ea /Documentation/config.txt | |
parent | 7fa1365c54c28b3cd9375539f381b54061a1880d (diff) | |
download | git-ac1596a684a44144efa2d52d9104b0d627e6d9a1.tar.gz |
send-email: add --[no-]xmailer option
Add --[no-]xmailer that allows a user to disable adding the 'X-Mailer:'
header to the email being sent.
Signed-off-by: Luis Henriques <henrix@camandro.org>
Acked-by: Eric Wong <normalperson@yhbt.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/config.txt')
-rw-r--r-- | Documentation/config.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt index 6ae4d90708..82b1d3d922 100644 --- a/Documentation/config.txt +++ b/Documentation/config.txt @@ -2260,6 +2260,7 @@ sendemail.smtpserveroption:: sendemail.smtpuser:: sendemail.thread:: sendemail.validate:: +sendemail.xmailer:: See linkgit:git-send-email[1] for description. sendemail.signedoffcc:: |