This commit is contained in:
Joey Hess 2017-08-17 14:41:21 -04:00
parent 61e96621d8
commit 8cff67841c
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -0,0 +1,17 @@
[[!comment format=mdwn
username="joey"
subject="""simpler approach"""
date="2017-08-17T18:35:33Z"
content="""
Notice that nooone has ever complained about encountering this problem.
Not many users are affected. So, a change that prevents the problem
occuring going forward, without fixing old repositories, is not going to
bother many users.
* Make `preSanitizeKeyName` escape out spaces, so new WORM keys
won't have spaces.
* Let WORM keys with spaces be able to be migrated to not have spaces,
using `git annex migrate`
* Make the Remotes.External refuse to have anything to do with keys
with spaces, and suggest that the user migrate them.
"""]]