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

github.com/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-06-04 04:21:07 +0300
committerJunio C Hamano <gitster@pobox.com>2017-06-04 04:21:07 +0300
commitb522c33b45ddb00970c76c188354c5a4117a2c5a (patch)
tree6e4a8e461e0f553917ba84ef87dda499c99c2069 /Documentation
parente2ae5ec1f3fcbf5eae0608ad1f49f73e50257995 (diff)
parentba4dce784e4db4c00c5d54bb22c239080049b3ee (diff)
Merge branch 'km/log-showsignature-doc' into maint
Doc update. * 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 19007323050..65093ac22c0 100644
--- a/Documentation/config.txt
+++ b/Documentation/config.txt
@@ -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`.