This commit is contained in:
Joey Hess 2013-12-19 16:51:57 -04:00
parent b328bac3af
commit 557de5f07e

View file

@ -768,12 +768,6 @@ subdirectories).
git annex dropkey SHA1-s10-7da006579dd64330eb2456001fd01948430572f2 git annex dropkey SHA1-s10-7da006579dd64330eb2456001fd01948430572f2
* `transferkeys`
This plumbing-level command is used by the assistant to transfer data.
It is fed instructions about the keys to transfer using an internal
stdio protocol.
* `transferkey` * `transferkey`
This plumbing-level command is used to request a single key be This plumbing-level command is used to request a single key be
@ -781,6 +775,13 @@ subdirectories).
the remote to use. A --file option can be used to hint at the file the remote to use. A --file option can be used to hint at the file
associated with the key. associated with the key.
* `transferkeys`
This plumbing-level command is used by the assistant to transfer data.
It is fed instructions about the keys to transfer using an internal
stdio protocol, which is intentionally not documented (as it may change
at any time).
* `rekey [file key ...]` * `rekey [file key ...]`
This plumbing-level command is similar to migrate, but you specify This plumbing-level command is similar to migrate, but you specify