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)
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>
No differences found