git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* [PATCH] Add example on how to import changes with time interval specified
@ 2019-06-24 21:17 Andrew Yefanov
  0 siblings, 0 replies; only message in thread
From: Andrew Yefanov @ 2019-06-24 21:17 UTC (permalink / raw)
  To: git; +Cc: Andrew Yefanov

Signed-off-by: Andrew Yefanov <1134togo@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
@@ -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)


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2019-06-24 21:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-24 21:17 [PATCH] Add example on how to import changes with time interval specified Andrew Yefanov

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).