Merge branch 'km/log-showsignature-doc'
authorJunio C Hamano <gitster@pobox.com>
Mon, 29 May 2017 03:34:49 +0000 (12:34 +0900)
committerJunio C Hamano <gitster@pobox.com>
Mon, 29 May 2017 03:34:49 +0000 (12:34 +0900)
* km/log-showsignature-doc:
config.txt: add an entry for log.showSignature

Documentation/config.txt
index ab3ed72d341bcd50db2f54924c27f4ed71d44f69..0ea247bdca43227f7c27fefbfa62eb6e56431c25 100644 (file)
@@ -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`.