From: Junio C Hamano Date: Mon, 15 Jul 2013 17:28:50 +0000 (-0700) Subject: Merge branch 'bc/send-email-use-port-as-separate-param' X-Git-Tag: v1.8.4-rc0~54 X-Git-Url: https://repo.or.cz/w/git.git/commitdiff_plain/f23777cda979f4bfb9fe36bf7c7ef75e955791b8 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 --- f23777cda979f4bfb9fe36bf7c7ef75e955791b8