Fix git protocol connection 'port' override
commitce6f8e7ec2bbebe2472e23b684cae0a4adf325ad
authorLinus Torvalds <torvalds@g5.osdl.org>
Sat, 23 Jul 2005 18:10:21 +0000 (23 11:10 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sat, 23 Jul 2005 18:10:21 +0000 (23 11:10 -0700)
treefe3278fd4c785cfe3fe8e4e6edcf0a6869cad576
parent5ba884483fe1a5f9ce1ce5e3c5e1c37c0fd296c4
Fix git protocol connection 'port' override

It was broken by the IPv6 patches - we need to remove the ":" part from
the hostname for a successful name lookup.
connect.c