Re: [PATCH 1/5] dim: exclude commits from subordinate trees in pull-request

2018-05-23 Thread Jani Nikula
On Wed, 23 May 2018, Daniel Vetter wrote: > For trees which integrate other trees it's a bit much to show all the > commits pulled in through those other trees - that should all be > summarized already in the merge commit. > > Instead only show commits done in the local tree, whether that's > merg

[PATCH 1/5] dim: exclude commits from subordinate trees in pull-request

2018-05-23 Thread Daniel Vetter
For trees which integrate other trees it's a bit much to show all the commits pulled in through those other trees - that should all be summarized already in the merge commit. Instead only show commits done in the local tree, whether that's merges or normal commits. --first-parent achieves that. C