git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Andrew Yefanov <1134togo@gmail.com>
To: git@vger.kernel.org
Cc: Andrew Yefanov <1134togo@gmail.com>
Subject: [PATCH] Add example on how to import changes with time interval specified
Date: Tue, 25 Jun 2019 00:17:19 +0300	[thread overview]
Message-ID: <20190624211719.25727-1-1134togo@gmail.com> (raw)

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)


                 reply	other threads:[~2019-06-24 21:17 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190624211719.25727-1-1134togo@gmail.com \
    --to=1134togo@gmail.com \
    --cc=git@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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 NNTP newsgroup(s).