diff options
author | Joey Hess <joey@kitenet.net> | 2013-09-07 19:25:13 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-09-07 19:25:13 -0400 |
commit | a1b0f833049228861f96f3edcf97d1aeda515ac4 (patch) | |
tree | 2ecb08a5cfa9468d26ffabe246f6f30ac6410b7b /doc | |
parent | eb518e2c18dfd1d646b6590c7b04205f988fd761 (diff) |
update
Diffstat (limited to 'doc')
-rw-r--r-- | doc/special_remotes/gcrypt.mdwn | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/special_remotes/gcrypt.mdwn b/doc/special_remotes/gcrypt.mdwn index dca6ad655..4e4c798ea 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. |