summaryrefslogtreecommitdiff
path: root/doc/design/external_special_remote_protocol.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-01-13 14:00:09 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-01-13 14:00:09 -0400
commitc5caba1e6f0c3308946ab035ae0d71e160b17096 (patch)
tree95dbd26b1953f239a572e86bbef90e65b56125a2 /doc/design/external_special_remote_protocol.mdwn
parentf69a115326880ca632f347ced426ce32125c9ddd (diff)
external special remote protocol: Added GETGITDIR.
Diffstat (limited to 'doc/design/external_special_remote_protocol.mdwn')
-rw-r--r--doc/design/external_special_remote_protocol.mdwn4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/design/external_special_remote_protocol.mdwn b/doc/design/external_special_remote_protocol.mdwn
index 3f4cdcb73..85df31681 100644
--- a/doc/design/external_special_remote_protocol.mdwn
+++ b/doc/design/external_special_remote_protocol.mdwn
@@ -212,6 +212,10 @@ in control.
* `GETUUID`
Queries for the UUID of the special remote being used.
(git-annex replies with VALUE followed by the UUID.)
+* `GETGITDIR`
+ Queries for the path to the git directory of the repository that
+ is using the external special remote.
+ (git-annex replies with VALUE followed by the path.)
* `SETWANTED PreferredContentExpression`
Can be used to set the preferred content of a repository. Normally
this is not configured by a special remote, but it may make sense