Re: [PATCH] git-p4: Fix depot path stripping

2018-03-02 Thread Nuno Subtil
Yes, that's where we left off. I owe you better testing of the clientspec-side path remapping case, which I hope to get to soon. Will get back to you as soon as I can. Thanks, Nuno On Fri, Mar 2, 2018 at 2:09 AM, Luke Diamand <l...@diamand.org> wrote: > On 27 February 2018 at 19:00, Nu

[PATCH] git-p4: Fix depot path stripping

2018-02-26 Thread Nuno Subtil
When useClientSpec=true, stripping of P4 depot paths doesn't happen correctly on sync. Modifies stripRepoPath to handle this case better. Signed-off-by: Nuno Subtil <sub...@gmail.com> --- git-p4.py | 12 +--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/git-p4.py

[PATCH] git-p4: add p4 shelf support

2016-12-05 Thread Nuno Subtil
Extends the submit command to support shelving a commit instead of submitting it to p4 (similar to --prepare-p4-only). Signed-off-by: Nuno Subtil <sub...@gmail.com> --- git-p4.py | 36 ++-- 1 file changed, 30 insertions(+), 6 deletions(-) diff --git a/git-p