[PATCH v2] git-p4: Fix git-p4.mapUser on Windows

2017-01-25 Thread George Vanburgh
From: George Vanburgh <gvanbu...@bloomberg.net> When running git-p4 on Windows, with multiple git-p4.mapUser entries in git config - no user mappings are applied to the generated repository. Reproduction Steps: 1. Add multiple git-p4.mapUser entries to git config on a Windows mac

RE: [PATCH] git-p4: Fix git-p4.mapUser on Windows

2017-01-22 Thread George Vanburgh
> On 22 Jan 2017, at 13:05, Luke Diamand <l...@diamand.org> > > I'm confusedsee below. That now makes two of us! I think I've figured out where I messed up, see below. > > On 21 January 2017 at 15:21, George Vanburgh <geo...@vanburgh.me> > wrote: >

RE: [PATCH] git-p4: Fix git-p4.mapUser on Windows

2017-01-21 Thread George Vanburgh
> On 21 Jan 2017, at 13:33, Lars Schneider <larsxschnei...@gmail.com> > > On 21 Jan 2017, at 13:02, George Vanburgh <geo...@vanburgh.me> > wrote: > > > > From: George Vanburgh <gvanbu...@bloomberg.net> > > > > When running git-p4 on Windows,

[PATCH] git-p4: Fix git-p4.mapUser on Windows

2017-01-21 Thread George Vanburgh
From: George Vanburgh <gvanbu...@bloomberg.net> When running git-p4 on Windows, with multiple git-p4.mapUser entries in git config - no user mappings are applied to the generated repository. Reproduction Steps: 1. Add multiple git-p4.mapUser entries to git config on a Windows mac

[PATCH v2] git-p4: Fix multi-path changelist empty commits

2016-12-17 Thread George Vanburgh
From: George Vanburgh <gvanbu...@bloomberg.net> When importing from multiple perforce paths - we may attempt to import a changelist that contains files from two (or more) of these depot paths. Currently, this results in multiple git commits - one containing the changes, and the other(s) as

Re: [PATCH] git-p4: Fix multi-path changelist empty commits

2016-12-16 Thread George Vanburgh
On 17 December 2016 01:47:55 CET, Luke Diamand <l...@diamand.org> wrote: >On 15 December 2016 at 17:14, George Vanburgh <geo...@vanburgh.me> >wrote: >> From: George Vanburgh <gvanbu...@bloomberg.net> >> >> When importing from multiple perforce path

[PATCH] git-p4: Fix multi-path changelist empty commits

2016-12-15 Thread George Vanburgh
From: George Vanburgh <gvanbu...@bloomberg.net> When importing from multiple perforce paths - we may attempt to import a changelist that contains files from two (or more) of these depot paths. Currently, this results in multiple git commits - one containing the changes, and the o