aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2016-07-04 19:08:38 +0900
committerSean Whitton <spwhitton@spwhitton.name>2016-07-04 19:08:38 +0900
commitea695111026567e4dc521b1764e091ec4686a666 (patch)
tree7e51ee32ce8ff201b28156cb1d386244e54dca53
parentcb32298801dc3ba2def4b26d66c65d57dbc99760 (diff)
downloadgit-remote-gcrypt-ea695111026567e4dc521b1764e091ec4686a666.tar.gz
add "Note to users of GnuPG version 2" to manpage
-rw-r--r--README.rst11
-rw-r--r--debian/changelog1
2 files changed, 12 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 6f0d9d7..b1ba991 100644
--- a/README.rst
+++ b/README.rst
@@ -87,6 +87,17 @@ 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 dd41045..cc2ab85 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,7 @@ git-remote-gcrypt (1.0.0-1) UNRELEASED; urgency=medium
* 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.