diff options
author | Joey Hess <joey@kitenet.net> | 2013-03-10 23:00:33 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-03-10 23:00:33 -0400 |
commit | 3529ab26188f49250ca2b8d254594e72e4aaeabb (patch) | |
tree | 3ca4a1ee37146f6cd1bd80a02d8696f7a7bf2b09 /debian | |
parent | 233e177f91a6ac504e94b32a6950bfd3d37d0c65 (diff) |
addurl url escaping foo
* addurl: Escape invalid characters in urls, rather than failing to
use an invalid url.
* addurl: Properly handle url-escaped characters in file:// urls.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index d02405938..f09a347a9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -43,6 +43,9 @@ git-annex (4.20130228) UNRELEASED; urgency=low * bugfix: drop --from an unavailable remote no longer updates the location log, incorrectly, to say the remote does not have the key. * assistant: Generate better commits for renames. + * addurl: Escape invalid characters in urls, rather than failing to + use an invalid url. + * addurl: Properly handle url-escaped characters in file:// urls. -- Joey Hess <joeyh@debian.org> Wed, 27 Feb 2013 23:20:40 -0400 |