Re: [RFD] Git glossary: 'branch' and 'head' description

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Daniel Barkalow
Date: Friday, May 19, 2006 - 5:28 pm

On Fri, 19 May 2006, Shawn Pearce wrote:


I still think it's useful for presenting a local view of how things have 
changed. I.e.:

$ git pull . stuff
# Notice that the diffstat is exciting
# What did I just get?
$ git log master@{5 minutes ago}..master

This is about the only easy way to find out that the fast-forward you just 
did included merging a line which contains a commit from several weeks 
ago. (Because the "before" state isn't easily accessible for a 
fast-forward, and the date of the old commit puts it way back in a 
date-ordered log.)

I still think that a local changelog, which groups the additions due to 
each logged value, would be a useful way of viewing the history in a way 
that's meaningful to the particular user, and I think it would fit user 
expectations of gitweb (i.e., when looking at Linus's tree's summary, 
things would be ordered by when they hit Linus's tree, not when they were 
originally committed, so between the listing of the merge at 23:48:54 
today and the one 7 minutes before would be those things which weren't in 
Linus's tree during those 7 minutes).

	-Daniel
*This .sig left intentionally blank*
-
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:
Re: [RFD] Git glossary: 'branch' and 'head' description, Shawn Pearce, (Fri May 19, 2:21 am)
Re: [RFD] Git glossary: 'branch' and 'head' description, Daniel Barkalow, (Fri May 19, 5:28 pm)
Re: [RFD] Git glossary: 'branch' and 'head' description, Junio C Hamano, (Fri May 19, 5:35 pm)
Re: [RFD] Git glossary: 'branch' and 'head' description, Daniel Barkalow, (Fri May 19, 6:36 pm)
Re: [RFD] Git glossary: 'branch' and 'head' description, Linus Torvalds, (Fri May 19, 7:06 pm)
Re: [RFD] Git glossary: 'branch' and 'head' description, Shawn Pearce, (Sat May 20, 6:01 pm)