Re: git-feed-mail-list.sh

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Junio C Hamano
Date: Tuesday, May 9, 2006 - 12:32 am

Linus Torvalds <torvalds@osdl.org> writes:


It is indeed very quite new.  Merged into "master" branch at the
beginning of this month.

I often wish we had a straightforward way to tell when a given
feature went into the mainline, not just appeared on a topic
branch.  In this case, I said:

	$ git whatchanged -p -S'"^@"' master -- revision.c

to find ea4a19 commit (Apr 30 00:54:29 2006 -0700).  But that
was when the feature was first made on one of my topic branches,
which is not what I was looking for.

By looking at gitk, I can then tell 83262e (May 1 01:54:27)
merged it to "next", and 746437 (May 1 22:55:40) merged it to
"master".

In general this is an unsolvable question, because I can have a
topic branch forked off of the tip of "master", cook it for a
few days without advancing "master" at all, and merge it to
"master" after that.  But such a merge will be a fast-forward.




-
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:
git-feed-mail-list.sh, David Woodhouse, (Wed May 3, 10:48 am)
Re: git-feed-mail-list.sh, Junio C Hamano, (Wed May 3, 9:35 pm)
Re: git-feed-mail-list.sh, Junio C Hamano, (Wed May 3, 10:16 pm)
Re: git-feed-mail-list.sh, David Woodhouse, (Mon May 8, 4:44 pm)
Re: git-feed-mail-list.sh, Linus Torvalds, (Mon May 8, 5:19 pm)
Re: git-feed-mail-list.sh, David Woodhouse, (Mon May 8, 5:28 pm)
Re: git-feed-mail-list.sh, Junio C Hamano, (Mon May 8, 5:36 pm)
Re: git-feed-mail-list.sh, Linus Torvalds, (Mon May 8, 5:45 pm)
Re: git-feed-mail-list.sh, Bertrand Jacquin, (Mon May 8, 5:53 pm)
Re: git-feed-mail-list.sh, Bertrand Jacquin, (Mon May 8, 5:55 pm)
Re: git-feed-mail-list.sh, Junio C Hamano, (Mon May 8, 5:57 pm)
Re: git-feed-mail-list.sh, Bertrand Jacquin, (Mon May 8, 5:59 pm)
Re: git-feed-mail-list.sh, David Woodhouse, (Mon May 8, 6:01 pm)
Re: git-feed-mail-list.sh, Junio C Hamano, (Mon May 8, 6:03 pm)
Re: git-feed-mail-list.sh, Junio C Hamano, (Mon May 8, 6:05 pm)
Re: git-feed-mail-list.sh, Bertrand Jacquin, (Mon May 8, 6:09 pm)
Re: git-feed-mail-list.sh, David Woodhouse, (Mon May 8, 6:12 pm)
Re: git-feed-mail-list.sh, Linus Torvalds, (Mon May 8, 6:18 pm)
Re: git-feed-mail-list.sh, Linus Torvalds, (Mon May 8, 6:27 pm)
Re: git-feed-mail-list.sh, Junio C Hamano, (Mon May 8, 7:41 pm)
Re: git-feed-mail-list.sh, Linus Torvalds, (Mon May 8, 8:06 pm)
Re: git-feed-mail-list.sh, Junio C Hamano, (Tue May 9, 12:15 am)
Re: git-feed-mail-list.sh, Junio C Hamano, (Tue May 9, 12:32 am)
Re: git-feed-mail-list.sh, Martin Mares, (Wed May 10, 1:49 am)