summaryrefslogtreecommitdiff
path: root/Documentation/config.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2017-05-29 03:34:49 (GMT)
committerJunio C Hamano <gitster@pobox.com>2017-05-29 03:34:49 (GMT)
commitee7daf6c1eeaf5640fd7029779b1b49f8903cd50 (patch)
tree730923afc3f9f74f8a6a07bc3337d7b8ef298c2a /Documentation/config.txt
parent529ebaa1b4a9505d9fdb7f65bb379ba225eba741 (diff)
parentba4dce784e4db4c00c5d54bb22c239080049b3ee (diff)
downloadgit-ee7daf6c1eeaf5640fd7029779b1b49f8903cd50.zip
git-ee7daf6c1eeaf5640fd7029779b1b49f8903cd50.tar.gz
git-ee7daf6c1eeaf5640fd7029779b1b49f8903cd50.tar.bz2
Merge branch 'km/log-showsignature-doc'
* km/log-showsignature-doc: config.txt: add an entry for log.showSignature
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 ab3ed72..0ea247b 100644
--- a/Documentation/config.txt
+++ b/Documentation/config.txt
@@ -2154,6 +2154,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`.