[Python-Dev] Questions on the CPython Git master branch: how to exclude commits of 3.x branches?

Victor Stinner victor.stinner at gmail.com
Fri Mar 31 19:29:36 EDT 2017


2017-03-31 18:36 GMT+02:00 Ryan Gonzalez <rymg19 at gmail.com>:
> I think you want:
>
> git log --no-merges --first-parent

Oh, I mised --first-parent: it seems like it fixed my issue, thanks!

But --no-merges is not what I want. I want to see merge commits which
are only in the master branch.

Victor


More information about the Python-Dev mailing list