From d4bfb9bcd90abf22575111bf4a58a6371d64d6a6 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 23 May 2016 15:03:05 -0400 Subject: [PATCH] note version for recently added command --- doc/design/external_special_remote_protocol.mdwn | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/design/external_special_remote_protocol.mdwn b/doc/design/external_special_remote_protocol.mdwn index 81feda1450..06d00b5d75 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