aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2017-02-19 07:47:26 -0700
committerSean Whitton <spwhitton@spwhitton.name>2017-02-19 07:47:26 -0700
commit70518502b9d86995570d8d7f5cf5a6167cce0be9 (patch)
treec223a0533c096661a209fde3fd703baa9f4219bb
parentb0ac1cb5f15b65b533112d6cf2b9580d7242b329 (diff)
downloadgit-remote-gcrypt-70518502b9d86995570d8d7f5cf5a6167cce0be9.tar.gz
re-order git-config options
-rw-r--r--README.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.rst b/README.rst
index 887dd34..0f6e2d6 100644
--- a/README.rst
+++ b/README.rst
@@ -68,6 +68,10 @@ The following ``git-config(1)`` variables are supported:
available secret key in turn until it finds a usable key.
This can result in unncessary passphrase prompts.
+``gcrypt.gpg-args``
+ The contents of this setting are passed as arguments to gpg.
+ E.g. ``--use-agent``.
+
``remote.<name>.gcrypt-signingkey``
..
``user.signingkey``
@@ -76,10 +80,6 @@ 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
=====================