summaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2017-05-29 05:34:49 +0200
committerJunio C Hamano <gitster@pobox.com>2017-05-29 05:34:49 +0200
commitee7daf6c1eeaf5640fd7029779b1b49f8903cd50 (patch)
tree730923afc3f9f74f8a6a07bc3337d7b8ef298c2a /Documentation
parentMerge branch 'jk/update-links-in-docs' (diff)
parentconfig.txt: add an entry for log.showSignature (diff)
downloadgit-ee7daf6c1eeaf5640fd7029779b1b49f8903cd50.tar.xz
git-ee7daf6c1eeaf5640fd7029779b1b49f8903cd50.zip
Merge branch 'km/log-showsignature-doc'
* km/log-showsignature-doc: config.txt: add an entry for log.showSignature
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/config.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt
index ab3ed72d34..0ea247bdca 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`.