]> git.ipfire.org Git - thirdparty/git.git/commit - gpg-interface.c
gpg-interface: add new config to select how to sign a commit
authorHenning Schild <henning.schild@siemens.com>
Tue, 17 Jul 2018 12:50:07 +0000 (14:50 +0200)
committerJunio C Hamano <gitster@pobox.com>
Tue, 17 Jul 2018 19:14:11 +0000 (12:14 -0700)
commit57a8dd75df4e1d716d60fc95bd0acaab45465d68
tree211985bdf76c20b13d6fc698949fdb9a00e77ad1
parentfbd0f16610362fda5d2093a590a80d693f610594
gpg-interface: add new config to select how to sign a commit

Add "gpg.format" where the user can specify which type of signature to
use for commits. At the moment only "openpgp" is supported and the value is
not even used. This commit prepares for a new types of signatures.

Signed-off-by: Henning Schild <henning.schild@siemens.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/config.txt
gpg-interface.c