author | YOSHIFUJI Hideaki / 吉藤英明 <yoshfuji@linux-ipv6.org> | |
Wed, 21 Dec 2005 10:23:42 +0000 (19:23 +0900) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Thu, 22 Dec 2005 07:48:56 +0000 (23:48 -0800) | ||
commit | 356bece0a2725818191b12f6e991490d52baa1d1 | |
tree | f3d84dd3b9d7cba4621231ed3ce0cd9ad15f011d | tree | snapshot |
parent | 9b15770220aab37302cda115d257eeb4e6e72959 | commit | diff |
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>
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 | diff | blob | history |