small problem

This commit is contained in:
Joey Hess 2024-03-05 13:45:31 -04:00
parent 7ac84edd9c
commit 1bf02029f9
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -21,3 +21,9 @@ WORM keys if they really want to.
However, I don't think there's enough reason to want to use URL keys to add However, I don't think there's enough reason to want to use URL keys to add
configuration of which kind of keys addurl uses, once VURL is the default. configuration of which kind of keys addurl uses, once VURL is the default.
--[[Joey]] --[[Joey]]
> One way this might cause trouble is that current `git-annex registerurl`
> and `unregisterurl` (and `fromkey`) when passed an url rather than a key,
> generates an URL key. If that is changed to generate a VURL key, then
> it might break some workflow, particularly one where an url was
> registered as an URL key and is now being unregistered.