Re: [PATCH v13 6/6] commit: add a commit.verbose config variable

2016-04-12 Thread Pranit Bauva
On Wed, Apr 13, 2016 at 3:48 AM, Junio C Hamano wrote: > Junio C Hamano writes: > >> Junio C Hamano writes: >> >>> Hmph, isn't this already in 'next', hence we cannot accept a >>> replacement patch? >> >> As a one-time measure, I'll revert the previous one >> >> 50f0d20d (commit: add a commit.ve

Re: [PATCH v13 6/6] commit: add a commit.verbose config variable

2016-04-12 Thread Junio C Hamano
Junio C Hamano writes: > Junio C Hamano writes: > >> Hmph, isn't this already in 'next', hence we cannot accept a >> replacement patch? > > As a one-time measure, I'll revert the previous one > > 50f0d20d (commit: add a commit.verbose config variable, 2016-03-14) > > out of 'next' and queue this

Re: [PATCH v13 6/6] commit: add a commit.verbose config variable

2016-04-12 Thread Junio C Hamano
Junio C Hamano writes: > Hmph, isn't this already in 'next', hence we cannot accept a > replacement patch? As a one-time measure, I'll revert the previous one 50f0d20d (commit: add a commit.verbose config variable, 2016-03-14) out of 'next' and queue this one instead on 'pu'. -- To unsubscrib

Re: [PATCH v13 6/6] commit: add a commit.verbose config variable

2016-04-12 Thread Pranit Bauva
On Wed, Apr 13, 2016 at 2:54 AM, Junio C Hamano wrote: > Hmph, isn't this already in 'next', hence we cannot accept a > replacement patch? Yes, this is already in 'next'. This was going to be merged in the third cycle after 2.8 but on my request, you delayed it. So this is an update on the patch.

Re: [PATCH v13 6/6] commit: add a commit.verbose config variable

2016-04-12 Thread Junio C Hamano
Hmph, isn't this already in 'next', hence we cannot accept a replacement patch? -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

[PATCH v13 6/6] commit: add a commit.verbose config variable

2016-04-09 Thread Pranit Bauva
Add commit.verbose configuration variable as a convenience for those who always prefer --verbose. Helped-by: Junio C Hamano Helped-by: Eric Sunshine Signed-off-by: Pranit Bauva --- The previous version of the patch are: - [v12] $gmane/288820 - [v11] $gmane/288820 - [v10] $gmane/288820 - [v