Merge branch 'bc/send-email-use-port-as-separate-param'
commitf23777cda979f4bfb9fe36bf7c7ef75e955791b8
authorJunio C Hamano <gitster@pobox.com>
Mon, 15 Jul 2013 17:28:50 +0000 (15 10:28 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 15 Jul 2013 17:28:50 +0000 (15 10:28 -0700)
tree97eddfc49def378d7dc7c4caaf1acc3af69fe669
parent2bb7aface663f4d9f01d08282ee38cf8f636df0d
parent1a741bf73f898e6deb396dcc8b8d2d162798e616
Merge branch 'bc/send-email-use-port-as-separate-param'

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
git-send-email.perl