Re: [PATCH v2] git-p4: do not pass '-r 0' to p4 commands

2017-01-03 Thread Ori Rawlings
Looks good to me. Ori Rawlings

Re: [PATCH v1] git-p4: add config to retry p4 commands; retry 3 times by default

2016-12-05 Thread Ori Rawlings
Looks good to me, too. -r flag seems to be supported as far back as I can search in the Helix release notes. Ori Rawlings

Re: [PATCH v2 1/1] git-p4: Add --checkpoint-period option to sync/clone

2016-09-16 Thread Ori Rawlings
On Fri, Sep 16, 2016 at 11:19 AM, Lars Schneider wrote: > > > This looks interesting! I ran into the same issue and added a parameter to > the p4 commands to retry (patch not yet proposed to the mailing list): > https://github.com/autodesk-forks/git/commit/fcfc96a7814935ee6cefb9d69e44def30a90eabb

[PATCH v2 0/1] git-p4: Add --checkpoint-period option to sync/clone

2016-09-15 Thread Ori Rawlings
up of the implementation based on feedback on v1. Ori Rawlings (1): git-p4: Add --checkpoint-period option to sync/clone Documentation/git-p4.txt| 12 ++- git-p4.py | 7 - t/t9830-git-p4-checkpoint-period.sh | 59 ++

[PATCH v2 1/1] git-p4: Add --checkpoint-period option to sync/clone

2016-09-15 Thread Ori Rawlings
importing Perforce history while only having to repeat at most approximately seconds worth of import activity. Signed-off-by: Ori Rawlings --- Documentation/git-p4.txt| 12 ++- git-p4.py | 7 - t/t9830-git-p4-checkpoint-period.sh | 59

[PATCH] [git-p4.py] Add --checkpoint-period option to sync/clone

2016-09-12 Thread Ori Rawlings
importing Perforce history while only having to repeat at most approximately seconds worth of import activity. Signed-off-by: Ori Rawlings --- git-p4.py | 8 1 file changed, 8 insertions(+) diff --git a/git-p4.py b/git-p4.py index fd5ca52..40cb64f 100755 --- a/git-p4.py +++ b/git-p4.py

[PATCH] [git-p4.py] Add --checkpoint-period option to sync/clone

2016-09-12 Thread Ori Rawlings
finitely looking for feedback on commit messages, etc. Cheers! Ori Rawlings (1): [git-p4.py] Add --checkpoint-period option to sync/clone git-p4.py | 8 1 file changed, 8 insertions(+) -- 2.7.4 (Apple Git-66)