From c56f71ab718a52733e86f570abde5803ee56d2ae Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 7 Sep 2013 19:25:13 -0400 Subject: [PATCH] update --- doc/special_remotes/gcrypt.mdwn | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/special_remotes/gcrypt.mdwn b/doc/special_remotes/gcrypt.mdwn index dca6ad655e..4e4c798eaf 100644 --- a/doc/special_remotes/gcrypt.mdwn +++ b/doc/special_remotes/gcrypt.mdwn @@ -34,4 +34,5 @@ If you use encryption=hybrid, you can add more gpg keys that can access the files git-annex stored in the gcrypt repository. However, due to the way git-remote-gcrypt encrypts the git repository, you will need to somehow force it to re-push everything again, so that the encrypted repository can -be decrypted by the added keys. +be decrypted by the added keys. Probably this can be done by setting +`GCRYPT_FULL_REPACK` and doing a forced push of branches.