gpg-interface: introduce new signature format "x509" using gpgsm
[gitweb.git] / Documentation / config.txt
index 1cc18a828ca63bc489726dc3f1489a5e5e5c8b2b..ff1d4a76cad3287c078725d6d5fe5fb57bd99b60 100644 (file)
@@ -1828,6 +1828,16 @@ gpg.program::
        signed, and the program is expected to send the result to its
        standard output.
 
+gpg.format::
+       Specifies which key format to use when signing with `--gpg-sign`.
+       Default is "openpgp" and another possible value is "x509".
+
+gpg.<format>.program::
+       Use this to customize the program used for the signing format you
+       chose. (see `gpg.program` and `gpg.format`) `gpg.program` can still
+       be used as a legacy synonym for `gpg.openpgp.program`. The default
+       value for `gpg.x509.program` is "gpgsm".
+
 gui.commitMsgWidth::
        Defines how wide the commit message window is in the
        linkgit:git-gui[1]. "75" is the default.