diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-08-11 12:55:25 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-08-11 12:55:25 -0400 |
commit | 0ec169c129cd5bac03b351fd34f1392335d41ee5 (patch) | |
tree | 07ba80f604f24659779d4cd315e627ec36b760af /doc/design | |
parent | 8ac27eb85fd3e9759a36ac497bb31fc77890fea3 (diff) |
followu
Diffstat (limited to 'doc/design')
-rw-r--r-- | doc/design/external_special_remote_protocol.mdwn | 4 |
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 0746a7be1..d6aa9904a 100644 --- a/doc/design/external_special_remote_protocol.mdwn +++ b/doc/design/external_special_remote_protocol.mdwn @@ -274,7 +274,9 @@ in control. Gets any state that has been stored for the key. (git-annex replies with VALUE followed by the state.) * `SETURLPRESENT Key Url` - Records an URL where the Key can be downloaded from. + Records an URL where the Key can be downloaded from. + Note that this does not make git-annex think that the url is present on + the web special remote. * `SETURLMISSING Key Url` Records that the key can no longer be downloaded from the specified URL. |