summaryrefslogtreecommitdiff
path: root/doc/bugs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-07-15 17:37:42 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-07-15 17:37:42 -0400
commit2bc4f99805f77fc63efbbee6eb89cad0cb0a3de9 (patch)
treebcdf1fcef44dce8cde2e4d37e3a3ea474c85b75c /doc/bugs
parent61addcb7f297d0ca0943c0c6623d033f2e9e05bd (diff)
close
Diffstat (limited to 'doc/bugs')
-rw-r--r--doc/bugs/using_gpg_encryption_with_multiple_keys_fails.mdwn5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/bugs/using_gpg_encryption_with_multiple_keys_fails.mdwn b/doc/bugs/using_gpg_encryption_with_multiple_keys_fails.mdwn
index 2c91dcf0d..887f9f1fd 100644
--- a/doc/bugs/using_gpg_encryption_with_multiple_keys_fails.mdwn
+++ b/doc/bugs/using_gpg_encryption_with_multiple_keys_fails.mdwn
@@ -50,3 +50,8 @@ gcrypt: Failed to decrypt manifest!
[[!tag forwarded]]
[[!meta title="using git-remote-gcrypt with multiple keys causes unncessary password prompts for keys that did not encrypt the repository"]]
+
+> [[fixed|done]]; upgrade git-remote-gcrypt and `git config gcrypt.publish-participants true`
+> and after the next push to the repo, it'll stop guessing at keys, and use
+> the right one. git-annex will do this by default for new gcrypt
+> repositories. --[[Joey]]