Re: [PATCH v2] git-p4: map a P4 user to Git author name and email address

2016-03-15 Thread Luke Diamand
Yes please. On 15 March 2016 at 16:52, Junio C Hamano wrote: > Luke Diamand writes: > >>> Is the patch uninteresting for git-p4 as it handles only an occasional >>> exception or did the patch get lost in the noise? :-) >> >> I thought it was useful; I

Re: [PATCH v2] git-p4: map a P4 user to Git author name and email address

2016-03-15 Thread Junio C Hamano
Luke Diamand writes: >> Is the patch uninteresting for git-p4 as it handles only an occasional >> exception or did the patch get lost in the noise? :-) > > I thought it was useful; I hadn't realised that it was needed for deleted > users. > > Luke So..., should I just pick it

Re: [PATCH v2] git-p4: map a P4 user to Git author name and email address

2016-03-15 Thread Luke Diamand
On 13 March 2016 at 17:41, Lars Schneider wrote: > > On 02 Mar 2016, at 10:25, Lars Schneider wrote: > >> >>> On 02 Mar 2016, at 06:06, Luke Diamand wrote: >>> >>> On 1 March 2016 at 19:15, Eric Sunshine

Re: [PATCH v2] git-p4: map a P4 user to Git author name and email address

2016-03-13 Thread Lars Schneider
On 02 Mar 2016, at 10:25, Lars Schneider wrote: > >> On 02 Mar 2016, at 06:06, Luke Diamand wrote: >> >> On 1 March 2016 at 19:15, Eric Sunshine wrote: >>> On Tue, Mar 1, 2016 at 5:49 AM, wrote:

Re: [PATCH v2] git-p4: map a P4 user to Git author name and email address

2016-03-02 Thread Lars Schneider
> On 02 Mar 2016, at 06:06, Luke Diamand wrote: > > On 1 March 2016 at 19:15, Eric Sunshine wrote: >> On Tue, Mar 1, 2016 at 5:49 AM, wrote: >>> Map a P4 user to a specific name and email address in Git with the >>>

Re: [PATCH v2] git-p4: map a P4 user to Git author name and email address

2016-03-01 Thread Luke Diamand
On 1 March 2016 at 19:15, Eric Sunshine wrote: > On Tue, Mar 1, 2016 at 5:49 AM, wrote: >> Map a P4 user to a specific name and email address in Git with the >> "git-p4.mapUser" config. The config value must be a string adhering >> to the

Re: [PATCH v2] git-p4: map a P4 user to Git author name and email address

2016-03-01 Thread Eric Sunshine
On Tue, Mar 1, 2016 at 5:49 AM, wrote: > Map a P4 user to a specific name and email address in Git with the > "git-p4.mapUser" config. The config value must be a string adhering > to the format "p4user = First Lastname ". > > Signed-off-by: Lars

Re: [PATCH v2] git-p4: map a P4 user to Git author name and email address

2016-03-01 Thread Lars Schneider
On 01 Mar 2016, at 11:49, larsxschnei...@gmail.com wrote: > From: Lars Schneider oops ... this should be "larsxschnei...@gmail.com"... sorry - Lars > > Map a P4 user to a specific name and email address in Git with the > "git-p4.mapUser" config. The config value

[PATCH v2] git-p4: map a P4 user to Git author name and email address

2016-03-01 Thread larsxschneider
From: Lars Schneider Map a P4 user to a specific name and email address in Git with the "git-p4.mapUser" config. The config value must be a string adhering to the format "p4user = First Lastname ". Signed-off-by: Lars Schneider