[PATCH] Add example on how to import changes with time interval specified

2019-06-24 Thread Andrew Yefanov
Signed-off-by: Andrew Yefanov <1134t...@gmail.com> --- Documentation/git-p4.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Documentation/git-p4.txt b/Documentation/git-p4.txt index 7436c64a9..aac95d0a0 100644 --- a/Documentation/git-p4.txt +++ b/Documentation/git-p4.txt @@

[PATCH] Branch detection final listing simplified

2019-06-24 Thread Andrew Yefanov
point the directory, because works in the current one. The result would be like: git init depot cd depot git config git-p4.branchList main:branch1 git p4 sync --detect-branches //depot@all Signed-off-by: Andrew Yefanov <1134t...@gmail.com> --- Documentation/git-p4.txt | 2 +-