]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'tr/send-email-ssl'
authorJunio C Hamano <gitster@pobox.com>
Tue, 17 Dec 2013 19:47:12 +0000 (11:47 -0800)
committerJunio C Hamano <gitster@pobox.com>
Tue, 17 Dec 2013 19:47:12 +0000 (11:47 -0800)
SSL-related options were not passed correctly to underlying socket
layer in "git send-email".

* tr/send-email-ssl:
  send-email: set SSL options through IO::Socket::SSL::set_client_defaults
  send-email: --smtp-ssl-cert-path takes an argument
  send-email: pass Debug to Net::SMTP::SSL::new


Trivial merge