Unescape characters in 'file://...' URIs. (Thanks, guilhem for the patch.)

This commit is contained in:
Joey Hess 2013-08-22 11:36:48 -04:00
parent b4a32c7506
commit d1ea1f2474
2 changed files with 4 additions and 0 deletions

1
debian/changelog vendored
View file

@ -9,6 +9,7 @@ git-annex (4.20130816) UNRELEASED; urgency=low
* mirror: New command, makes two repositories contain the same set of files.
* Set --clobber when running wget to ensure resuming works properly.
* unused: Pay attention to symlinks that are not yet staged in the index.
* Unescape characters in 'file://...' URIs. (Thanks, guilhem for the patch.)
-- Joey Hess <joeyh@debian.org> Thu, 15 Aug 2013 15:47:52 +0200

View file

@ -30,3 +30,6 @@ I'm using debian testing (jessie) on a i386 machine.
### Please provide any additional information below.
I don't use git annex assistant nor the webapp
> Tested and only file:// and not other urls have this problem.
> guilhem provided a fix. [[done]] --[[Joey]]