From cf415b5bd3dc63b20b5c167eaecfc431786196a3 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 19 Nov 2012 17:32:58 -0400 Subject: Allow controlling whether login credentials for S3 and webdav are committed to the repository, by setting embedcreds=yes|no when running initremote. --- doc/special_remotes/hook.mdwn | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'doc/special_remotes/hook.mdwn') diff --git a/doc/special_remotes/hook.mdwn b/doc/special_remotes/hook.mdwn index 9a7dbf7a1..6867edb8f 100644 --- a/doc/special_remotes/hook.mdwn +++ b/doc/special_remotes/hook.mdwn @@ -25,11 +25,13 @@ Can you spot the potential data loss bugs in the above simple example? These parameters can be passed to `git annex initremote`: -* `encryption` - Required. Either "none" to disable encryption of content, +* `encryption` - Required. Either "none" to disable encryption, or a value that can be looked up (using gpg -k) to find a gpg encryption - key that will be given access to the remote. Note that additional gpg - keys can be given access to a remote by rerunning initremote with - the new key id. See [[encryption]]. + key that will be given access to the remote, or "shared" which allows + every clone of the repository to access the encrypted data. + + Note that additional gpg keys can be given access to a remote by + rerunning initremote with the new key id. See [[encryption]]. * `hooktype` - Required. This specifies a collection of hooks to use for this remote. -- cgit v1.2.3