Re: [PATCH] git-p4: add p4 shelf support

2016-12-07 Thread Luke Diamand
On 6 December 2016 at 16:12, Nuno Subtil wrote: > Yeah, it looks similar. This change can be ignored if those have already > been accepted. Thanks, that's appreciated! Luke

Re: [PATCH] git-p4: add p4 shelf support

2016-12-06 Thread Vinicius Kursancew
It seems if you do shelve and then later submit the p4 workspace is left dirty (just like --prepare-p4-only would've done). Vinicius Alexandre Kursancew On Tue, Dec 6, 2016 at 8:36 AM, Luke Diamand wrote: > On 6 December 2016 at 02:02, Nuno

Re: [PATCH] git-p4: add p4 shelf support

2016-12-06 Thread Luke Diamand
On 6 December 2016 at 02:02, Nuno Subtil wrote: > Extends the submit command to support shelving a commit instead of > submitting it to p4 (similar to --prepare-p4-only). Is this just the same as these two changes? http://www.spinics.net/lists/git/msg290755.html

[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 --- git-p4.py | 36 ++-- 1 file changed, 30 insertions(+), 6 deletions(-) diff --git a/git-p4.py