On Tue, Mar 8, 2011 at 4:48 AM, Michael J Gruber <git@xxxxxxxxxxxxxxxxxxxx> wrote: > You mean shorter than: > > git rev-list --merges -1 $(git merge-base foo bar) > > Or maybe I'm misunderstanding "contain". Going back to my original picture, I mean commit m: o---o---x---o---... foo \ \ o---o---m---o---... bar merge-base foo bar gives me x; to get m I then need to grep the output of rev-list --parents for x. j. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html