Merge branch 'ga/send-email-sendmail-cmd'
commit135997254a87f527bc7b29fa1803d9e0da517551
authorJunio C Hamano <gitster@pobox.com>
Mon, 14 Jun 2021 04:33:26 +0000 (14 13:33 +0900)
committerJunio C Hamano <gitster@pobox.com>
Mon, 14 Jun 2021 04:33:26 +0000 (14 13:33 +0900)
tree113eb46a680321156194624c8b5c9edbf28491f3
parent289af163002a314d5a38f007715d4b12c6ef28ff
parentcd5b33fbdc0299765278d0b607b64202603f0882
Merge branch 'ga/send-email-sendmail-cmd'

"git send-email" learned the "--sendmail-cmd" command line option
and the "sendemail.sendmailCmd" configuration variable, which is a
more sensible approach than the current way of repurposing the
"smtp-server" that is meant to name the server to instead name the
command to talk to the server.

* ga/send-email-sendmail-cmd:
  git-send-email: add option to specify sendmail command
git-send-email.perl
t/t9001-send-email.sh