Merge branch 'lh/send-email-hide-x-mailer'
commit5095fa61e38c92cbc8c603880f04f0d6127ae72e
authorJunio C Hamano <gitster@pobox.com>
Wed, 7 Jan 2015 21:07:27 +0000 (7 13:07 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 7 Jan 2015 21:07:27 +0000 (7 13:07 -0800)
tree30a2f235d0e73ee3c7e1dac76b1c3d20c30923a0
parent948e81408d29be0d39b55d5da41a6c7c9b93fbc0
parent2cf770f50185fc7a1e3aaa0463eb452d32517f83
Merge branch 'lh/send-email-hide-x-mailer'

"git send-email" normally identifies itself via X-Mailer: header
in the message it sends out.  A new command line flag allows the
user to squelch the header.

* lh/send-email-hide-x-mailer:
  test/send-email: --[no-]xmailer tests
  send-email: add --[no-]xmailer option
Documentation/config.txt
Documentation/git-send-email.txt
git-send-email.perl
t/t9001-send-email.sh