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)
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>
No differences found