Re: [PATCH] git-p4: fix filetype detection on files opened exclusively

2015-04-02 Thread Junio C Hamano
Luke Diamand writes: > (+Pete for interest). > > On 31 March 2015 at 22:54, Holloway, Blair > wrote: >> If a Perforce server is configured to automatically set +l (exclusive lock) >> on >> add of certain file types, git p4 submit will fail during getP4OpenedType, as >> the regex doesn't expect

Re: [PATCH] git-p4: fix filetype detection on files opened exclusively

2015-04-02 Thread Luke Diamand
(+Pete for interest). On 31 March 2015 at 22:54, Holloway, Blair wrote: > If a Perforce server is configured to automatically set +l (exclusive lock) on > add of certain file types, git p4 submit will fail during getP4OpenedType, as > the regex doesn't expect the trailing '*exclusive*' from p4 op

[PATCH] git-p4: fix filetype detection on files opened exclusively

2015-03-31 Thread Holloway, Blair
If a Perforce server is configured to automatically set +l (exclusive lock) on add of certain file types, git p4 submit will fail during getP4OpenedType, as the regex doesn't expect the trailing '*exclusive*' from p4 opened: //depot/file.png#1 - add default change (binary+l) *exclusive* Signed-of