From: Sean Whitton Date: Sun, 19 Feb 2017 14:47:26 +0000 (-0700) Subject: re-order git-config options X-Git-Url: https://git.nutra.tk/v1?a=commitdiff_plain;h=70518502b9d86995570d8d7f5cf5a6167cce0be9;p=gamesguru%2Fgit-remote-gcrypt.git re-order git-config options --- 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..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 =====================