summaryrefslogtreecommitdiff
path: root/Documentation/config.txt
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2017-05-19 02:44:51 (GMT)
committerJunio C Hamano <gitster@pobox.com>2017-05-20 09:32:17 (GMT)
commitba4dce784e4db4c00c5d54bb22c239080049b3ee (patch)
treebf8c19506da2ab408714e6302ea8e75e848b34a0 /Documentation/config.txt
parent95d67879735cfecfdd85f89e59d993c5b4de8835 (diff)
downloadgit-ba4dce784e4db4c00c5d54bb22c239080049b3ee.zip
git-ba4dce784e4db4c00c5d54bb22c239080049b3ee.tar.gz
git-ba4dce784e4db4c00c5d54bb22c239080049b3ee.tar.bz2
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 <kyle@kyleam.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/config.txt')
-rw-r--r--Documentation/config.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt
index e43d147..ef8e5b9 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`.