]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'tb/connect-ipv6-parse-fix' into maint
authorJunio C Hamano <gitster@pobox.com>
Mon, 27 Apr 2015 19:23:53 +0000 (12:23 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 27 Apr 2015 19:23:54 +0000 (12:23 -0700)
An earlier update to the parser that disects a URL broke an
address, followed by a colon, followed by an empty string (instead
of the port number), e.g. ssh://example.com:/path/to/repo.

* tb/connect-ipv6-parse-fix:
  connect.c: ignore extra colon after hostname

1  2 
connect.c

diff --cc connect.c
Simple merge