git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* checking out by date
@ 2009-01-12 19:30 David Bryson
  2009-01-12 19:58 ` Boyd Stephen Smith Jr.
  2009-01-12 21:24 ` Robin Rosenberg
  0 siblings, 2 replies; 3+ messages in thread
From: David Bryson @ 2009-01-12 19:30 UTC (permalink / raw)
  To: git

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.

Then proceeds to checkout a code snapshot from 2 Dec.  To work around
this I checked out a specific commit id, by looking at the log:

commit 3771ec1d6ccf329da378b7633fdef60474eac4b7
Author: XXXXXXXXXXXXXXX
Date:   Mon Dec 31 23:25:17 2007 +0000

    BugId: none
    correct wrong commit


$ git checkout 3771ec1d6ccf329da378b7633fdef60474eac4b7
...
HEAD is now at 3771ec1... BugId: none correct wrong commit

So what has caused git to be unable to process the date information,
even though the information is clearly in the history ?  Did I miss
something ?

Dave

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-01-12 21:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 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).