Signed-off-by: Andrew Yefanov <[email protected]>
---
 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
@@ -345,6 +345,9 @@ p4 revision specifier on the end:
 
 "//depot/my/project@1,6"::
     Import only changes 1 through 6.
+    
+"//depot/my/project@2012/01/01,2017/01/01"::
+    Import only changes made from 01.01.2012 til 01.01.2017. The format is 
yyyy/mm/dd.
 
 "//depot/proj1@all //depot/proj2@all"::
     Import all changes from both named depot paths into a single
-- 
2.20.1 (Apple Git-117)

Reply via email to