aboutsummaryrefslogtreecommitdiff
path: root/doc/design
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-12-29 13:44:39 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-12-29 13:44:39 -0400
commit67f8f41dc187b9ace12ab2edb7a256f53e5b0a9c (patch)
treec02c9e20115e1da781264cfb116d20ed2405f1f2 /doc/design
parentd3482148999e29b032e1d2cad61f89b2ae2484d2 (diff)
mention that INITREMOTE is also called by git-annex enableremote
Diffstat (limited to 'doc/design')
-rw-r--r--doc/design/external_special_remote_protocol.mdwn1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/design/external_special_remote_protocol.mdwn b/doc/design/external_special_remote_protocol.mdwn
index b92110729..550a0ff14 100644
--- a/doc/design/external_special_remote_protocol.mdwn
+++ b/doc/design/external_special_remote_protocol.mdwn
@@ -95,6 +95,7 @@ The following requests *must* all be supported by the special remote.
setup tasks can be done, for example creating an Amazon S3 bucket.
Note: This may be run repeatedly over time, as a remote is initialized in
different repositories, or as the configuration of a remote is changed.
+ (Both `git annex initremote` and `git-annex enableremote` run this.)
So any one-time setup tasks should be done idempotently.
* `PREPARE`
Tells the special remote it's time to prepare itself to be used.