summaryrefslogtreecommitdiff
path: root/Documentation/git-log.txt
diff options
context:
space:
mode:
authorMehul Jain <mehul.jain2029@gmail.com>2016-06-22 16:51:26 (GMT)
committerJunio C Hamano <gitster@pobox.com>2016-06-24 20:01:13 (GMT)
commitfce04c3ca695d32c1b3c59e1bfc1fb4019025c72 (patch)
treefd1d6f953456512d916fa177b1856399732a1cc5 /Documentation/git-log.txt
parentaa3799996c310da756c7845950def4f6d51cccf3 (diff)
downloadgit-fce04c3ca695d32c1b3c59e1bfc1fb4019025c72.zip
git-fce04c3ca695d32c1b3c59e1bfc1fb4019025c72.tar.gz
git-fce04c3ca695d32c1b3c59e1bfc1fb4019025c72.tar.bz2
log: add log.showSignature configuration variable
Users may want to always use "--show-signature" while using git-log and related commands. When log.showSignature is set to true, git-log and related commands will behave as if "--show-signature" was given to them. Note that this config variable is meant to affect git-log, git-show, git-whatchanged and git-reflog. Other commands like git-format-patch, git-rev-list are not to be affected by this config variable. Signed-off-by: Mehul Jain <mehul.jain2029@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-log.txt')
-rw-r--r--Documentation/git-log.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/git-log.txt b/Documentation/git-log.txt
index dec379b..3995324 100644
--- a/Documentation/git-log.txt
+++ b/Documentation/git-log.txt
@@ -198,6 +198,10 @@ log.showRoot::
`git log -p` output would be shown without a diff attached.
The default is `true`.
+log.showSignature::
+ If `true`, `git log` and related commands will act as if the
+ `--show-signature` option was passed to them.
+
mailmap.*::
See linkgit:git-shortlog[1].