Merge branch 'tb/connect-ipv6-parse-fix' into maint
commitad34ad614da30387c82a54c7087705050b4de441
authorJunio C Hamano <gitster@pobox.com>
Mon, 27 Apr 2015 19:23:53 +0000 (27 12:23 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 27 Apr 2015 19:23:54 +0000 (27 12:23 -0700)
tree998a6766aec9e4b9076a5a48c3f2fb64a1d2bdb4
parent89ba311df399d27a962b273e1acd95a38af2c821
parent6b6c5f7a2f66751a93afce54277a1f30ab0dc521
Merge branch 'tb/connect-ipv6-parse-fix' into maint

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
connect.c