*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
========
git-remote-gcrypt (1.0.2) UNRELEASED; urgency=medium
Documentation:
+ * Drop section "Note to users of GnuPG version 2".
+ This was a bug in GnuPG, fixed in version 2.1.16.
* Add a note about performance when pushing to arbitrary git URLs.
* Add section containing author and maintainer information.
* Add `apt-get` installation instructions, for the benefit of GitHub users.