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 Subtil wrote: >> Extends the submit command to suppo

[PATCH] allow git-p4 to create shelved changelists

2016-11-28 Thread Vinicius Kursancew
This patch adds a "--shelve" option to the submit subcommand, it will save the changes to a perforce shelve instead of commiting them. Vinicius Kursancew (1): git-p4: allow submit to create shelved changelists. Documentation/git-p4.txt | 5 + git-p4.py

[PATCH] git-p4: allow submit to create shelved changelists.

2016-11-28 Thread Vinicius Kursancew
Add a --shelve command line argument which invokes p4 shelve instead of submitting changes. After shelving the changes are reverted from the p4 workspace. Signed-off-by: Vinicius Kursancew --- Documentation/git-p4.txt | 5 + git-p4.py| 36