]> git.ipfire.org Git - thirdparty/git.git/commit - connect.c
Merge branch 'tb/connect-ipv6-parse-fix'
authorJunio C Hamano <gitster@pobox.com>
Thu, 5 Mar 2015 20:45:44 +0000 (12:45 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 5 Mar 2015 20:45:44 +0000 (12:45 -0800)
commit42da484006186e653e8b3bf3b4c6b40816450ed2
tree8aea6ee484d505f4a872c1a193a3fec7fe37dba0
parentfa8baa4b2acf6f8be8f28bf84493e0889e45eb91
parent3f55ccab8e0fec73c8e38b909e9bb4963bfb8f6a
Merge branch 'tb/connect-ipv6-parse-fix'

We did not parse username followed by literal IPv6 address in SSH
transport URLs, e.g. ssh://user@[2001:db8::1]:22/repo.git
correctly.

* tb/connect-ipv6-parse-fix:
  t5500: show user name and host in diag-url
  t5601: add more test cases for IPV6
  connect.c: allow ssh://user@[2001:db8::1]/repo.git
connect.c