fromkey, registerurl: Allow urls to be specified instead of keys, and generate URL keys.

This is especially useful because the caller doesn't need to generate valid
url keys, which involves some escaping of characters, and may involve
taking a md5sum of the url if it's too long.
This commit is contained in:
Joey Hess 2015-05-22 22:41:36 -04:00
parent 7267af5c50
commit 77c43a388e
9 changed files with 41 additions and 14 deletions

7
debian/changelog vendored
View file

@ -1,3 +1,10 @@
git-annex (5.20150523) UNRELEASED; urgency=medium
* fromkey, registerurl: Allow urls to be specified instead of keys,
and generate URL keys.
-- Joey Hess <id@joeyh.name> Fri, 22 May 2015 22:23:32 -0400
git-annex (5.20150522) unstable; urgency=medium
* import: Refuse to import files that are within the work tree, as that