Re: [PATCH v3 0/3] Introduce log.showSignature config variable

2016-06-24 Thread Eric Sunshine
On Fri, Jun 24, 2016 at 5:21 AM, Mehul Jain wrote: > On Thu, Jun 23, 2016 at 12:02 PM, Junio C Hamano wrote: >> Mehul Jain writes: >>> In patch 2/3 and 3/3, there are many tests which requires a branch >>> similar to that of

Re: [PATCH v3 0/3] Introduce log.showSignature config variable

2016-06-24 Thread Mehul Jain
On Thu, Jun 23, 2016 at 12:02 PM, Junio C Hamano wrote: > Mehul Jain writes: > >> In patch 2/3 and 3/3, there are many tests which requires a branch >> similar to that of "signed" branch, i.e. a branch with a commit having >> GPG signature. So

Re: [PATCH v3 0/3] Introduce log.showSignature config variable

2016-06-23 Thread Junio C Hamano
Mehul Jain writes: > In patch 2/3 and 3/3, there are many tests which requires a branch > similar to that of "signed" branch, i.e. a branch with a commit having > GPG signature. So previously in v2, I created two new branches, > "test_sign" and "no_sign", which are

Re: [PATCH v3 0/3] Introduce log.showSignature config variable

2016-06-22 Thread Mehul Jain
On Thu, Jun 23, 2016 at 2:01 AM, Junio C Hamano wrote: > Mehul Jain writes: > >> Add a new configuratation variable "log.showSignature" for git-log >> and related commands. "log.showSignature=true" will enable user to >> see GPG signature by default

Re: [PATCH v3 0/3] Introduce log.showSignature config variable

2016-06-22 Thread Junio C Hamano
Mehul Jain writes: > Add a new configuratation variable "log.showSignature" for git-log > and related commands. "log.showSignature=true" will enable user to > see GPG signature by default for git-log and related commands. > > Changes compared to v2: > * A

[PATCH v3 0/3] Introduce log.showSignature config variable

2016-06-22 Thread Mehul Jain
Add a new configuratation variable "log.showSignature" for git-log and related commands. "log.showSignature=true" will enable user to see GPG signature by default for git-log and related commands. Changes compared to v2: * A preparatory patch 1/3 has been introduced so that tests