aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.rst
diff options
context:
space:
mode:
authorroot <root@localhost>2013-02-14 00:00:00 +0000
committerroot <root@localhost>2013-02-14 00:00:00 +0000
commite26f61776187efaf72a8d75c0e6d210a5369cd77 (patch)
tree5ed09f3a79e563981d6bb531c8dd94be3675b497 /README.rst
parent745b893ebd275fd276fe85dacc289a1ea7f49950 (diff)
downloadgit-remote-gcrypt-e26f61776187efaf72a8d75c0e6d210a5369cd77.tar.gz
Obey git config user.signingkey
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index b153026..4ffb519 100644
--- a/README.rst
+++ b/README.rst
@@ -52,14 +52,16 @@ Configuration
gpg --export KEYID1 > <path-to-keyring>
git config gcrypt.keyring <path-to-keyring>
- .. NOTE:: The user's gnupg configuration for encryption algorithms are used.
- Check your keys and preferences, see `man gpg`.
+ .. NOTE:: GnuPG's configuration applies. Check your key and general
+ preferences, see `man gpg`.
+ All readers of the repository must have their pubkey included in
the keyring used when pushing. All writers must have the complete
set of pubkeys available. You can commit the keyring to the repo,
further key management features do not yet exist.
++ gcrypt obeys `user.signingkey`
+
Repository Format
-----------------