]> git.ipfire.org Git - thirdparty/git.git/commit - revision.c
log: add "--no-show-signature" command line option
authorMehul Jain <mehul.jain2029@gmail.com>
Wed, 22 Jun 2016 16:51:25 +0000 (22:21 +0530)
committerJunio C Hamano <gitster@pobox.com>
Fri, 24 Jun 2016 20:01:13 +0000 (13:01 -0700)
commitaa3799996c310da756c7845950def4f6d51cccf3
tree839cdd0fa4b6eb59d888fbc9f81f0724b9606c0b
parentaefc81ad38b3a6fc88a0e8db6fafe75692f0d4b3
log: add "--no-show-signature" command line option

If an user creates an alias with "--show-signature" early in command
line, e.g.
[alias] logss = log --show-signature

then there is no way to countermand it through command line.

Teach git-log and related commands about "--no-show-signature" command
line option. This will make "git logss --no-show-signature" run
without showing GPG signature.

Signed-off-by: Mehul Jain <mehul.jain2029@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
revision.c
t/t4202-log.sh