Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2017-05-29 06:34:49 +0300
committerJunio C Hamano <gitster@pobox.com>2017-05-29 06:34:49 +0300
commitee7daf6c1eeaf5640fd7029779b1b49f8903cd50 (patch)
tree730923afc3f9f74f8a6a07bc3337d7b8ef298c2a
parent529ebaa1b4a9505d9fdb7f65bb379ba225eba741 (diff)
parentba4dce784e4db4c00c5d54bb22c239080049b3ee (diff)
Merge branch 'km/log-showsignature-doc'
* km/log-showsignature-doc: config.txt: add an entry for log.showSignature
-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`.