Fix parsing of ipv6 address in git remote address when it was not formatted as an url.

This commit is contained in:
Joey Hess 2014-09-10 14:17:02 -04:00
parent 03dae17127
commit 11f111bf1a
3 changed files with 18 additions and 1 deletions

View file

@ -18,3 +18,12 @@ local repository version: 5
supported repository version: 5
upgrade supported from repository versions: 0 1 2 4
```
> [[Fixed|done]] by adding support for ipv6 addresses when git-annex
> converts a git remote loction into an url. BTW, the
> simple workaround is to give it a valid url from the beginning
> `ssh://[fcb8:b10:1cb8:c94:58d0:2522:89f9:c89e]/home/thomas/git/musik"`
>
> As to any problems using an ipv6 remote once it's set up, I've used them
> with no problems.
> --[[Joey]]