*GCRYPT_FULL_REPACK*
This environment variable forces full repack when pushing.
+Note to users of GnuPG version 2
+================================
+
+When a repository was pushed with ``gcrypt.publish-participants``
+false (i.e. the recipient is anonymous), and you are using GnuPG
+version 2, you will need to include ``--try-all-secrets`` or
+``--try-secret-key ID`` in ``gcrypt.gpg-args``.
+
+GnuPG version 1 always tries all available secret keys when it
+encounters a message with an anonymous recipient.
+
Examples
========
* Suppress bogus warning about keyid matching multiple fingerprints.
Based on work by Raphaƫl Droz.
Closes https://github.com/joeyh/git-remote-gcrypt/pull/2
+ * Add "Note to users of GnuPG version 2" section to README.rst.
Debian packaging:
* Drop patch containing changes by Joey Hess: incorporated in release.