(Sorry for the spam, a few things need correction already now,
and forgot cc: Brian)

On 2015-02-21 16.52, Torsten Bögershausen wrote:
> The ssh:// syntax was added in 2386d65822c91, it accepted
> ssh://user@2001:db8::1/repo.git, which is now legacy.
> 
> Over the years the parser was improved to support [] and port numbers,
> but the combination of ssh://user@[2001:db8::1]:222/repo.git did
> never work.
s/did never work/was never implemented/
> 
> The only only way to use a user name, a literall IPV6 address and a port
s/literall/literal/
> number was ssh://[user@2001:db8::1]:222/repo.git
> 
> (Thanks to Christian Taube <li...@hcf.yourweb.de> for reporting this long
> standing issue)
> 
> New users would use ssh://user@[2001:db8::1]:222/repo.git,
> so change the parser to handle it correctly.
> 
> Support the old legacy URL's as well, to be backwards compatible,

s/URL's/URLs/
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to