Re: diff/Checking out by date specification

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Jeff King
Date: Sunday, June 29, 2008 - 10:26 pm

On Mon, Jun 30, 2008 at 01:21:05AM -0400, Jeff King wrote:


Side note: what you may have _really_ wanted was "what is the difference
between what was in Junio's 'master' branch on those dates". I.e.,
looking at the sequence of states at the tip of some "official" git
repo.

In that case, you could get the answer you want by looking in Junio's
reflog. However, that information is not generally available through
git. There is no support for downloading reflogs, and most people don't
have reflogs enabled on their published bare repos. If Junio enabled
reflogs on pushing to his bare repo, then you could manually download
them into your .git/logs/ hierarchy and pretend that that was your
history of your refs.

-Peff
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
diff/Checking out by date specification, Toby Corkindale, (Sun Jun 29, 7:24 pm)
Re: diff/Checking out by date specification, Jeff King, (Sun Jun 29, 8:27 pm)
Re: diff/Checking out by date specification, Toby Corkindale, (Sun Jun 29, 9:38 pm)
Re: diff/Checking out by date specification, Daniel Barkalow, (Sun Jun 29, 10:09 pm)
Re: diff/Checking out by date specification, Jeff King, (Sun Jun 29, 10:21 pm)
Re: diff/Checking out by date specification, Jeff King, (Sun Jun 29, 10:26 pm)