From edc662ec20772436515b1195cf52a17ae7c5800c Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 29 Dec 2013 13:44:39 -0400 Subject: [PATCH] mention that INITREMOTE is also called by git-annex enableremote --- doc/design/external_special_remote_protocol.mdwn | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/design/external_special_remote_protocol.mdwn b/doc/design/external_special_remote_protocol.mdwn index b921107295..550a0ff14d 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.