]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'nv/commit-gpgsign-config'
authorJunio C Hamano <gitster@pobox.com>
Thu, 27 Feb 2014 22:01:03 +0000 (14:01 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 27 Feb 2014 22:01:03 +0000 (14:01 -0800)
Introduce commit.gpgsign configuration variable to force every
commit to be GPG signed.  The variable cannot be overriden from the
command line of some of the commands that create commits except for
"git commit" and "git commit-tree", but I am not convinced that it
is a good idea to sprinkle support for --no-gpg-sign everywhere,
which in turn means that this configuration variable may not be
such a good idea.

* nv/commit-gpgsign-config:
  test the commit.gpgsign config option
  commit-tree: add and document --no-gpg-sign
  commit-tree: add the commit.gpgsign option to sign all commits

1  2 
Documentation/config.txt
builtin/commit.c
builtin/merge.c

Simple merge
Simple merge
diff --cc builtin/merge.c
Simple merge