Re: [PATCH 1/5] dim: check all commits in dim apply-pull and push-branch

2018-05-04 Thread Daniel Vetter
On Fri, May 4, 2018 at 4:06 PM, Jani Nikula wrote: > On Fri, 04 May 2018, Daniel Vetter wrote: >> When merging a pull requests there's potentially a long list of >> problematic patches. But currently we only report the first issue and >> then bail out. >> >> The upside here is that without this p

Re: [PATCH 1/5] dim: check all commits in dim apply-pull and push-branch

2018-05-04 Thread Jani Nikula
On Fri, 04 May 2018, Daniel Vetter wrote: > When merging a pull requests there's potentially a long list of > problematic patches. But currently we only report the first issue and > then bail out. > > The upside here is that without this patch the workflow when > processing a pull is: > > $ dim ap

[PATCH 1/5] dim: check all commits in dim apply-pull and push-branch

2018-05-04 Thread Daniel Vetter
When merging a pull requests there's potentially a long list of problematic patches. But currently we only report the first issue and then bail out. The upside here is that without this patch the workflow when processing a pull is: $ dim apply-pull ... -> dim refuses, only reports first problem $