aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2017-02-19 09:59:19 -0700
committerSean Whitton <spwhitton@spwhitton.name>2017-02-19 09:59:19 -0700
commit75f148c25cf7dff4739e711fb8c252358bfee409 (patch)
treeaf5b67df188a9048782cbbc14d4608535403d175
parentaf04b2e34df2eb86e6ce668e4932c90cd7b6803b (diff)
downloadgit-remote-gcrypt-75f148c25cf7dff4739e711fb8c252358bfee409.tar.gz
drop "Note to users of GnuPG version 2"
-rw-r--r--README.rst11
-rw-r--r--debian/changelog2
2 files changed, 2 insertions, 11 deletions
diff --git a/README.rst b/README.rst
index 4b97a4c..cfd9cf6 100644
--- a/README.rst
+++ b/README.rst
@@ -91,17 +91,6 @@ Environment Variables
*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
========
diff --git a/debian/changelog b/debian/changelog
index 892bbaf..8559845 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
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.