summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-12-11 14:05:00 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-12-11 14:05:00 -0400
commit4fd6356c57eefefee5a81f4d8a4744aef10e4e10 (patch)
tree3abb15eaa0d9bd63afa160e17b50d7995fa33b2e /doc
parent795abe94b6f624182eba78aadbbf538cc7305bdd (diff)
clarify
Diffstat (limited to 'doc')
-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 055ba0124..8704440d3 100644
--- a/doc/design/external_special_remote_protocol.mdwn
+++ b/doc/design/external_special_remote_protocol.mdwn
@@ -112,8 +112,9 @@ git-annex.
Indicates that CONFIGURE provided a bad configuration.
* `INITREMOTE-SUCCESS KEY=VALUE ...`
Indicates the INITREMOTE succeeded and the remote is ready to use.
- The keys and values can optionally be returned. They will be stored
- by git-annex, and sent back the next time it calls CONFIGURE.
+ The keys and values can optionally be returned. They will be added
+ to the existing configuration of the remote (and may change existing
+ values in it), and sent back the next time it calls CONFIGURE.
* `INITREMOTE-FAILURE ErrorMsg`
Indicates that INITREMOTE failed.