Skip to content

Commit ba4dce7

Browse files
kyleamgitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 95d6787 commit ba4dce7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Documentation/config.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2057,6 +2057,10 @@ log.showRoot::
20572057
Tools like linkgit:git-log[1] or linkgit:git-whatchanged[1], which
20582058
normally hide the root commit will now show it. True by default.
20592059

2060+
log.showSignature::
2061+
If true, makes linkgit:git-log[1], linkgit:git-show[1], and
2062+
linkgit:git-whatchanged[1] assume `--show-signature`.
2063+
20602064
log.mailmap::
20612065
If true, makes linkgit:git-log[1], linkgit:git-show[1], and
20622066
linkgit:git-whatchanged[1] assume `--use-mailmap`.

0 commit comments

Comments
 (0)