GIT: Support [address] in URLs
commit356bece0a2725818191b12f6e991490d52baa1d1
authorYOSHIFUJI Hideaki / 吉藤英明 <yoshfuji@linux-ipv6.org>
Wed, 21 Dec 2005 10:23:42 +0000 (21 19:23 +0900)
committerJunio C Hamano <junkio@cox.net>
Thu, 22 Dec 2005 07:48:56 +0000 (21 23:48 -0800)
treef3d84dd3b9d7cba4621231ed3ce0cd9ad15f011d
parent9b15770220aab37302cda115d257eeb4e6e72959
GIT: Support [address] in URLs

Allow IPv6address/IPvFuture enclosed by [] in URLs, like:
   git push '[3ffe:ffff:...:1]:GIT/git'
or
   git push 'ssh://[3ffe:ffff:...:1]/GIT/git'

Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
connect.c