Merge branch 'bc/send-email-use-port-as-separate-param'
authorJunio C Hamano <gitster@pobox.com>
Mon, 15 Jul 2013 17:28:50 +0000 (10:28 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 15 Jul 2013 17:28:50 +0000 (10:28 -0700)
Pass port number as a separate argument when send-email initializes
Net::SMTP, instead of as a part of the hostname, i.e. host:port.
This allows GSSAPI codepath to match with the hostname given.

* bc/send-email-use-port-as-separate-param:
send-email: provide port separately from hostname

1  2 
git-send-email.perl
Simple merge