From: Kyle Meyer Date: Fri, 19 May 2017 02:44:51 +0000 (-0400) Subject: config.txt: add an entry for log.showSignature X-Git-Tag: v2.13.1~24^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ba4dce784e4db4c00c5d54bb22c239080049b3ee;p=thirdparty%2Fgit.git config.txt: add an entry for log.showSignature The configuration variable log.showSignature is mentioned in git-log's manpage. Document it in git-config's manpage as well. Signed-off-by: Kyle Meyer Signed-off-by: Junio C Hamano --- diff --git a/Documentation/config.txt b/Documentation/config.txt index e43d147825..ef8e5b9458 100644 --- a/Documentation/config.txt +++ b/Documentation/config.txt @@ -2057,6 +2057,10 @@ log.showRoot:: Tools like linkgit:git-log[1] or linkgit:git-whatchanged[1], which normally hide the root commit will now show it. True by default. +log.showSignature:: + If true, makes linkgit:git-log[1], linkgit:git-show[1], and + linkgit:git-whatchanged[1] assume `--show-signature`. + log.mailmap:: If true, makes linkgit:git-log[1], linkgit:git-show[1], and linkgit:git-whatchanged[1] assume `--use-mailmap`.