summaryrefslogtreecommitdiff
path: root/doc/design/external_special_remote_protocol.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-12-27 13:07:56 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-12-27 13:07:56 -0400
commit48d5e06041ce8c4ad0c6754fe210116f4cc0a412 (patch)
tree370dd802a7c18218b9141862ef76cad5bc92eca3 /doc/design/external_special_remote_protocol.mdwn
parentbee2200ca2b8d28b9bb7d4f0449627914a6aecbc (diff)
defer SETSTATE and GETSTATE for now
TAHOE-LAFS may use these eventually, but that's TBD and none of git-annex's own special remotes need that, except for the web special remote's urls.
Diffstat (limited to 'doc/design/external_special_remote_protocol.mdwn')
-rw-r--r--doc/design/external_special_remote_protocol.mdwn11
1 files changed, 0 insertions, 11 deletions
diff --git a/doc/design/external_special_remote_protocol.mdwn b/doc/design/external_special_remote_protocol.mdwn
index dd89e5074..aab93ab08 100644
--- a/doc/design/external_special_remote_protocol.mdwn
+++ b/doc/design/external_special_remote_protocol.mdwn
@@ -188,17 +188,6 @@ in control.
can have been set by a previous SETCONFIG. Can be run at any time.
(git-annex replies with VALUE followed by the value. If the setting is
not set, the value will be empty.)
-* `SETSTATE Key Value`
- git-annex can store state in the git-annex branch on a
- per-special-remote, per-key basis. This sets that state.
- (git-annex replies with VALUE followed by the value stored.)
-* `GETSTATE Key`
- Gets any state previously stored for the key from the git-annex branch.
- Note that some special remotes may be accessed from multiple
- repositories, and the state is only eventually consistently synced
- between them. If two repositories set different values in the state
- for a key, the one that sets it last wins.
- (git-annex replies with VALUE followed by the value.)
## general messages