diff options
author | Joey Hess <joeyh@joeyh.name> | 2017-08-17 16:20:09 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2017-08-17 16:20:09 -0400 |
commit | 69cdbd3ce6bda7404e37e48059f30158d92a1319 (patch) | |
tree | 5fe3dcbc6bbcc9092e2dd88c486e30f9d6e2d313 /CHANGELOG | |
parent | e50372f632de988bbe48173081ba0367d7790193 (diff) |
fix external script for filenames with spaces from protocol
Fix the external special remotes git-annex-remote-ipfs,
git-annex-remote-torrent and the example.sh template to correctly support
filenames with spaces.
This commit was sponsored by John Peloquin on Patreon.
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -31,6 +31,9 @@ git-annex (6.20170521) UNRELEASED; urgency=medium the filename parameter to the TRANSFER command could not contain spaces. It can in fact contain spaces. Special remotes implementors that relied on that may need to fix bugs in their special remotes. + * Fix the external special remotes git-annex-remote-ipfs, + git-annex-remote-torrent and the example.sh template to correctly + support filenames with spaces. -- Joey Hess <id@joeyh.name> Sat, 17 Jun 2017 13:02:24 -0400 |