From 7e75fa82c60002557d2e712e2e4fec7da8ac447b Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 15 Jul 2014 17:37:42 -0400 Subject: [PATCH] close --- doc/bugs/using_gpg_encryption_with_multiple_keys_fails.mdwn | 5 +++++ 1 file changed, 5 insertions(+) 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 2c91dcf0d6..887f9f1fdd 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]]