aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-05-23 15:03:05 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-05-23 15:03:05 -0400
commit0323d8e710335ee9e570567c8e85417fb8ef90de (patch)
treedae0de8215c0492396ed5f374746fc7328e6edd3
parent2b8d8991386777d8b62982edc185b056162bad7c (diff)
note version for recently added command
-rw-r--r--doc/design/external_special_remote_protocol.mdwn4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/design/external_special_remote_protocol.mdwn b/doc/design/external_special_remote_protocol.mdwn
index 81feda145..06d00b5d7 100644
--- a/doc/design/external_special_remote_protocol.mdwn
+++ b/doc/design/external_special_remote_protocol.mdwn
@@ -239,7 +239,8 @@ in control.
This is always the same for any given Key, so can be used for eg,
creating hash directory structures to store Keys in. This is the same
directory hash that is used by eg, the directory special remote.
- (git-annex replies with VALUE followed by the value.)
+ (git-annex replies with VALUE followed by the value.)
+ (First supported by git-annex version 6.20160511.)
* `SETCONFIG Setting Value`
Sets one of the special remote's configuration settings.
Normally this is sent during INITREMOTE, which allows these settings
@@ -323,6 +324,7 @@ in control.
The final VALUE has an empty value, indicating the end of the url list.)
* `DEBUG message`
Tells git-annex to display the message if --debug is enabled.
+ (git-annex does not send a reply to this message.)
## general messages