Improve url parsing to handle some urls containing illegal [] characters in their paths.

Ie, "https://archive.org/download/zoom-2/Zoom - Release 2 (1996)(Active Software)[!].iso"
This commit is contained in:
Joey Hess 2015-06-14 13:39:44 -04:00
parent 866982aa3a
commit 829007d629
3 changed files with 14 additions and 2 deletions

2
debian/changelog vendored
View file

@ -28,6 +28,8 @@ git-annex (5.20150529) UNRELEASED; urgency=medium
* Fix bug that prevented enumerating locally present objects in repos
tuned with annex.tune.objecthash1=true.
Fixes: unused, object count in info, unannex.
* Improve url parsing to handle some urls containing illegal []
characters in their paths.
-- Joey Hess <id@joeyh.name> Sat, 30 May 2015 02:07:18 -0400