aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.rst
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2016-07-04 17:35:11 +0900
committerSean Whitton <spwhitton@spwhitton.name>2016-07-04 17:35:11 +0900
commite2c5546b5d0290dbeba7018bd21ff2931ae8310a (patch)
treedc0bde4a75d4405137c78b590ae123f8387cb6b1 /README.rst
parent4e6dd11ffdbd55a72a3c2c24ea87b361bf94c29b (diff)
downloadgit-remote-gcrypt-e2c5546b5d0290dbeba7018bd21ff2931ae8310a.tar.gz
GCRYPT_GPG_ARGS env var -> gcrypt.gpg-args conf
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst7
1 files changed, 3 insertions, 4 deletions
diff --git a/README.rst b/README.rst
index 148abad..6f0d9d7 100644
--- a/README.rst
+++ b/README.rst
@@ -77,6 +77,9 @@ The following ``git-config(1)`` variables are supported:
part of the participant list. You may use the per-remote version
to sign different remotes using different keys.
+``gcrypt.gpg-args``
+ The contents of this setting are passed as arguments to gpg.
+ E.g. ``--use-agent``.
Environment Variables
=====================
@@ -84,10 +87,6 @@ Environment Variables
*GCRYPT_FULL_REPACK*
This environment variable forces full repack when pushing.
-*GCRYPT_GPG_ARGS*
- The contents of this environment variable are passed as arguments
- to gpg. E.g. ``export GCRYPT_GPG_ARGS="--use-agent"``.
-
Examples
========