Merge branch 'km/log-showsignature-doc' into maint
authorJunio C Hamano <gitster@pobox.com>
Sun, 4 Jun 2017 01:21:07 +0000 (10:21 +0900)
committerJunio C Hamano <gitster@pobox.com>
Sun, 4 Jun 2017 01:21:07 +0000 (10:21 +0900)
Doc update.

* km/log-showsignature-doc:
config.txt: add an entry for log.showSignature

Documentation/config.txt
index 1900732305001943907589ab1f36eb77cf924d45..65093ac22c0e47a966b6cced8c1503ebf02ce585 100644 (file)
@@ -2151,6 +2151,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`.