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

2
debian/changelog vendored
View file

@ -5,6 +5,8 @@ git-annex (5.20140832) UNRELEASED; urgency=medium
* init: Automatically detect when a repository was cloned with --shared,
and set annex.hardlink=true, as well as marking the repository as
untrusted.
* Fix parsing of ipv6 address in git remote address when it was not
formatted as an url.
-- Joey Hess <joeyh@debian.org> Thu, 04 Sep 2014 16:17:22 -0400