Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'km/log-showsignature-doc' into maint
author
Junio C Hamano
<gitster@pobox.com>
Sun, 4 Jun 2017 01:21:07 +0000
(10:21 +0900)
committer
Junio C Hamano
<gitster@pobox.com>
Sun, 4 Jun 2017 01:21:07 +0000
(10:21 +0900)
Doc update.
* km/log-showsignature-doc:
config.txt: add an entry for log.showSignature
Documentation/config.txt
patch
|
blob
|
history
raw
(from parent 1:
e2ae5ec
)
diff --git
a/Documentation/config.txt
b/Documentation/config.txt
index 1900732305001943907589ab1f36eb77cf924d45..65093ac22c0e47a966b6cced8c1503ebf02ce585 100644
(file)
--- 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`.