diff options
author | Joey Hess <joey@kitenet.net> | 2013-08-22 11:36:48 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-08-22 11:36:48 -0400 |
commit | b752a3e290a59dfbc552a784246ecb13c546e3c9 (patch) | |
tree | 048b8a00051c80b68f6612cd599230500a84ce9e /debian | |
parent | 6f5c5be73abc52ea275e85709cf97d8acacf388e (diff) |
Unescape characters in 'file://...' URIs. (Thanks, guilhem for the patch.)
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 1 |
1 files changed, 1 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 |