aboutsummaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorMatthew Daley <mattjd@gmail.com>2011-10-15 04:44:52 -0400
committerJunio C Hamano <gitster@pobox.com>2011-10-15 20:33:04 -0700
commit155b940f7a117e9bba1b62e442c9e6e5853a3c0d (patch)
tree1352b2a08c396a5e40554078a70340d810d5a63c /t
parent69cf7bfd131ae6246931459a1e6513d51f0b0119 (diff)
downloadgit-155b940f7a117e9bba1b62e442c9e6e5853a3c0d.tar.gz
git-155b940f7a117e9bba1b62e442c9e6e5853a3c0d.tar.xz
send-email: Honour SMTP domain when using TLS
git-send-email sends two SMTP EHLOs when using TLS encryption, however only the first, unencrypted EHLO uses the SMTP domain that can be optionally specified by the user (--smtp-domain). This is because the call to hello() that produces the second, encrypted EHLO does not pass the SMTP domain as an argument, and hence a default of 'localhost.localdomain' is used instead. Fix by passing in the SMTP domain in this call. Signed-off-by: Matthew Daley <mattjd@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't')
0 files changed, 0 insertions, 0 deletions