mirror of
https://github.com/git/git.git
synced 2024-11-28 20:44:04 +08:00
config.txt: add an entry for log.showSignature
The configuration variable log.showSignature is mentioned in git-log's manpage. Document it in git-config's manpage as well. Signed-off-by: Kyle Meyer <kyle@kyleam.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
95d6787973
commit
ba4dce784e
@ -2057,6 +2057,10 @@ log.showRoot::
|
|||||||
Tools like linkgit:git-log[1] or linkgit:git-whatchanged[1], which
|
Tools like linkgit:git-log[1] or linkgit:git-whatchanged[1], which
|
||||||
normally hide the root commit will now show it. True by default.
|
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::
|
log.mailmap::
|
||||||
If true, makes linkgit:git-log[1], linkgit:git-show[1], and
|
If true, makes linkgit:git-log[1], linkgit:git-show[1], and
|
||||||
linkgit:git-whatchanged[1] assume `--use-mailmap`.
|
linkgit:git-whatchanged[1] assume `--use-mailmap`.
|
||||||
|
Loading…
Reference in New Issue
Block a user