diff options
author | Junio C Hamano <gitster@pobox.com> | 2017-06-04 10:21:07 +0900 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-06-04 10:21:07 +0900 |
commit | b522c33b45ddb00970c76c188354c5a4117a2c5a (patch) | |
tree | 6e4a8e461e0f553917ba84ef87dda499c99c2069 /Documentation | |
parent | e2ae5ec1f3fcbf5eae0608ad1f49f73e50257995 (diff) | |
parent | ba4dce784e4db4c00c5d54bb22c239080049b3ee (diff) | |
download | git-b522c33b45ddb00970c76c188354c5a4117a2c5a.tar.gz git-b522c33b45ddb00970c76c188354c5a4117a2c5a.tar.xz |
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.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt index 190073230..65093ac22 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`. |