summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-08-22 11:36:48 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-08-22 11:36:48 -0400
commitb752a3e290a59dfbc552a784246ecb13c546e3c9 (patch)
tree048b8a00051c80b68f6612cd599230500a84ce9e
parent6f5c5be73abc52ea275e85709cf97d8acacf388e (diff)
Unescape characters in 'file://...' URIs. (Thanks, guilhem for the patch.)
-rw-r--r--debian/changelog1
-rw-r--r--doc/bugs/Unable_to_use_remotes_with_space_in_the_path.mdwn3
2 files changed, 4 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 571b4112e..0aaad3958 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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
diff --git a/doc/bugs/Unable_to_use_remotes_with_space_in_the_path.mdwn b/doc/bugs/Unable_to_use_remotes_with_space_in_the_path.mdwn
index 33aeccedb..6bb6c0782 100644
--- a/doc/bugs/Unable_to_use_remotes_with_space_in_the_path.mdwn
+++ b/doc/bugs/Unable_to_use_remotes_with_space_in_the_path.mdwn
@@ -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]]