Re: [PATCH 2/2] log: "--no-show-signature" commmand-line option

2016-06-07 Thread Mehul Jain
On Tue, Jun 7, 2016 at 12:20 AM, Junio C Hamano wrote: > Mehul Jain writes: > >> If "log.showSignature=true", then there is no way to override it using >> command line switch. >> >> Teach git-log and related commands about "--no-showSignature" command >> line option. > > Doesn't that suggest that

Re: [PATCH 2/2] log: "--no-show-signature" commmand-line option

2016-06-06 Thread Junio C Hamano
Mehul Jain writes: > If "log.showSignature=true", then there is no way to override it using > command line switch. > > Teach git-log and related commands about "--no-showSignature" command > line option. Doesn't that suggest that 1/2 alone will cause users problems? The users can by mistake set

[PATCH 2/2] log: "--no-show-signature" commmand-line option

2016-06-05 Thread Mehul Jain
If "log.showSignature=true", then there is no way to override it using command line switch. Teach git-log and related commands about "--no-showSignature" command line option. Note that introduction of "--no-show-signature" is meant to tackle the above mentioned problem for the following commands: