diff options
author | Joey Hess <joey@kitenet.net> | 2014-09-10 14:17:02 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-09-10 14:17:02 -0400 |
commit | 5f380c3848c680769986e9b953ee53cbe021ec0c (patch) | |
tree | 1101988da144a89f39a1546c72d4103d9f4e83e3 /debian/changelog | |
parent | 9b6bdf5b94fd49c37cc79290912cf81c6fac0b13 (diff) |
Fix parsing of ipv6 address in git remote address when it was not formatted as an url.
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index eb917a0b9..fee2a3666 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 |