From ac1596a684a44144efa2d52d9104b0d627e6d9a1 Mon Sep 17 00:00:00 2001 From: Luis Henriques Date: Mon, 24 Mar 2014 21:38:27 +0000 Subject: 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 Acked-by: Eric Wong Signed-off-by: Junio C Hamano --- Documentation/git-send-email.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Documentation/git-send-email.txt') diff --git a/Documentation/git-send-email.txt b/Documentation/git-send-email.txt index a60776eb57..a0bd806cfe 100644 --- a/Documentation/git-send-email.txt +++ b/Documentation/git-send-email.txt @@ -131,6 +131,11 @@ Note that no attempts whatsoever are made to validate the encoding. Specify encoding of compose message. Default is the value of the 'sendemail.composeencoding'; if that is unspecified, UTF-8 is assumed. +--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 ~~~~~~~ -- cgit v1.2.1