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 | |
| parent | Merge branch 'jt/use-trailer-api-in-commands' into maint (diff) | |
| parent | config.txt: add an entry for log.showSignature (diff) | |
| download | git-b522c33b45ddb00970c76c188354c5a4117a2c5a.tar.gz git-b522c33b45ddb00970c76c188354c5a4117a2c5a.zip | |
Merge branch 'km/log-showsignature-doc' into maint
Doc update.
* km/log-showsignature-doc:
config.txt: add an entry for log.showSignature
| -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 1900732305..65093ac22c 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`. |
