summaryrefslogtreecommitdiff
path: root/doc/design
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-12-31 13:50:18 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-12-31 13:50:18 -0400
commitdda8d46bf3ef2de301f338b39c2faf08b3bbeba2 (patch)
treeed9f9bdac2ce6f484f5c933836344f31c028b5f5 /doc/design
parent68c7dbe53ee37ab391e9132da781ff479faf5aae (diff)
external special remote protocol: Added GETUUID.
Diffstat (limited to 'doc/design')
-rw-r--r--doc/design/external_special_remote_protocol.mdwn5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/design/external_special_remote_protocol.mdwn b/doc/design/external_special_remote_protocol.mdwn
index 550a0ff14..8214a48a8 100644
--- a/doc/design/external_special_remote_protocol.mdwn
+++ b/doc/design/external_special_remote_protocol.mdwn
@@ -209,6 +209,9 @@ in control.
or a file.
(git-annex replies with "CREDS User Password". If no creds are found,
User and Password are both empty.)
+* `GETUUID`
+ Queries for the UUID of the special remote being used.
+ (git-annex replies with VALUE followed by the UUID.)
## general messages
@@ -232,8 +235,6 @@ remote.
the remote. However, \n and probably \0 need to be escaped somehow in the
file data, which adds complication.
* uuid discovery during INITREMOTE.
-* uuid verification during PREPARE (so, for example, it can check if a
- removable drive repo has the expected uuid)
* Support for splitting files into chunks.
* Support for getting and setting the list of urls that can be associated
with a key.