This commit is contained in:
Joey Hess 2020-12-11 15:48:03 -04:00
parent 90eadbce49
commit fadf47557f
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -3,3 +3,8 @@ import and export from remotes.
This should be doable, but it will need the transferkeys protocol to be This should be doable, but it will need the transferkeys protocol to be
extended to cover the additional actions. --[[Joey]] extended to cover the additional actions. --[[Joey]]
> Note that, the protocol is designed so new requests can be added.
> The old transferkeys will exit with an error if the new git-annex
> happens to run it somehow. So it should be fine to add this stuff later
> on. --[[Joey]]