login
Header Space

 
 

Re: How to (re-)create .git/logs/refs

Score:
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Holger Schurig <hs4233@...>
Cc: Git Mailing List <git@...>
Date: Thursday, May 8, 2008 - 1:28 pm

On Thu, 8 May 2008, Holger Schurig wrote:


No.

The reflog records how _you_ modified your various branches locally.  
This has no direct relationship with the dates the commits in those 
branches were created.  It records what was your own view of the 
repository in time.  So if you performed an import of a SVN repository 
last week, then it is normal that you don't have any view into that 
particular repository's state before last week.


Have a look at the documentation for the --pretty=format option in the 
git-log man page.  For example:

	git log --pretty=format:"%H %ai"

might be just what you're looking for.


Nicolas
--
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:
How to (re-)create .git/logs/refs, Holger Schurig, (Thu May 8, 6:56 am)
Re: How to (re-)create .git/logs/refs, Nicolas Pitre, (Thu May 8, 1:28 pm)
Re: How to (re-)create .git/logs/refs, Holger Schurig, (Tue May 13, 2:42 am)
Re: How to (re-)create .git/logs/refs, Johannes Schindelin, (Tue May 13, 7:46 am)
Re: How to (re-)create .git/logs/refs, Holger Schurig, (Tue May 13, 8:13 am)
Re: How to (re-)create .git/logs/refs, Jakub Narebski, (Tue May 13, 9:24 am)
Re: How to (re-)create .git/logs/refs, Holger Schurig, (Tue May 13, 9:50 am)
Re: How to (re-)create .git/logs/refs, Holger Schurig, (Tue May 13, 5:11 am)
Re: How to (re-)create .git/logs/refs, Andreas Ericsson, (Tue May 13, 5:38 am)
Re: How to (re-)create .git/logs/refs, Holger Schurig, (Thu May 8, 8:28 am)
speck-geostationary