Re: how to list commits on branch since last merge

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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


[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]