]> git.ipfire.org Git - thirdparty/git.git/commit - builtin/commit.c
commit-tree: add the commit.gpgsign option to sign all commits
authorNicolas Vigier <boklm@mars-attacks.org>
Mon, 4 Nov 2013 23:14:41 +0000 (00:14 +0100)
committerJunio C Hamano <gitster@pobox.com>
Mon, 24 Feb 2014 22:50:56 +0000 (14:50 -0800)
commitd95bfb12b87a0be9666f806683e198df9738d0e7
tree37908b19d235a3c94dbf375ea457d9e0249c5319
parentf26f72de159d7ade2fbe8b48734ce98c1aba4d72
commit-tree: add the commit.gpgsign option to sign all commits

If you want to GPG sign all your commits, you have to add the -S option
all the time. The commit.gpgsign config option allows to sign all
commits automatically.

Signed-off-by: Nicolas Vigier <boklm@mars-attacks.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/config.txt
builtin/commit-tree.c
builtin/commit.c
builtin/merge.c