[RFC/PATCH 0/2] Introduce "log.showSignature" config variable

2016-05-26 Thread Mehul Jain
Add a new configuratation variable "log.showSignature" for git-log and git-show. "log.showSignature=true" will enable user to see GPG signature by default while using git-log and git-show. [Patch 1/2] introduce the config variable along with some tests. [Patch 2/2] tackles the problem: what if use

Re: [RFC/PATCH 0/2] Introduce "log.showSignature" config variable

2016-05-26 Thread Austin English
On Thu, May 26, 2016 at 8:06 AM, Mehul Jain wrote: > Add a new configuratation variable "log.showSignature" for git-log and > git-show. "log.showSignature=true" will enable user to see GPG signature > by default while using git-log and git-show. > > [Patch 1/2] introduce the config variable along