From ba4dce784e4db4c00c5d54bb22c239080049b3ee Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Thu, 18 May 2017 22:44:51 -0400 Subject: 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 --- Documentation/config.txt | 4 ++++ 1 file changed, 4 insertions(+) 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`. -- cgit v1.2.1