commit-tree: add and document --no-gpg-sign
commit55ca3f99ae4895605a348322dd2fc50f2065f508
authorJunio C Hamano <gitster@pobox.com>
Fri, 13 Dec 2013 23:40:35 +0000 (13 15:40 -0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 24 Feb 2014 22:51:35 +0000 (24 14:51 -0800)
treecc01d0ad40b9320db83ac6ee3ac3ab5742ba1d8c
parentd95bfb12b87a0be9666f806683e198df9738d0e7
commit-tree: add and document --no-gpg-sign

Document how to override commit.gpgsign configuration that is set to
true per "git commit" invocation (parse-options machinery lets us
say "--no-gpg-sign" to do so).

"git commit-tree" does not use parse-options, so manually add the
corresponding option for now.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-commit-tree.txt
Documentation/git-commit.txt
builtin/commit-tree.c