From: Robin Rosenberg <robin.rosenberg.lists@dewire.com>
To: David Bryson <david@statichacks.org>
Cc: git@vger.kernel.org
Subject: Re: checking out by date
Date: Mon, 12 Jan 2009 22:24:36 +0100 [thread overview]
Message-ID: <200901122224.37058.robin.rosenberg.lists@dewire.com> (raw)
In-Reply-To: <20090112193039.GO25823@eratosthenes.cryptobackpack.org>
David Bryson <david@statichacks.org> writes:
> Hi All,
>
> I have a very large repository that imported into git from CVS with
> about 5 years worth of history.
>
> Today I decided to checkout some code from the past:
>
> $ git checkout master@{"Mon Dec 31 2007"}
> warning: Log for 'master' only goes back to Tue, 2 Dec 2008 16:57:15
> -0800.
git checkout $(git rev-list -n1 --before="Mon Dec 31 2007 23:59:59")
-- robin
prev parent reply other threads:[~2009-01-12 21:52 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-01-12 19:30 checking out by date David Bryson
2009-01-12 19:58 ` Boyd Stephen Smith Jr.
2009-01-12 21:24 ` Robin Rosenberg [this message]
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=200901122224.37058.robin.rosenberg.lists@dewire.com \
--to=robin.rosenberg.lists@dewire.com \
--cc=david@statichacks.org \
--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).