Re: [Intel-gfx] [maintainer-tools PATCH] dim: Properly handle series on apply_branch

2017-08-24 Thread Jani Nikula
On Wed, 23 Aug 2017, Rodrigo Vivi wrote: > So far we could use *dim* to apply a whole series > in a mbox, but only the very last patch was receiving > all the checks and patchwork link. > > So this patch remove this limitation by using git mailsplit > to split the mbox and than use git am and chec

[Intel-gfx] [maintainer-tools PATCH] dim: Properly handle series on apply_branch

2017-08-23 Thread Rodrigo Vivi
So far we could use *dim* to apply a whole series in a mbox, but only the very last patch was receiving all the checks and patchwork link. So this patch remove this limitation by using git mailsplit to split the mbox and than use git am and checks individually on each patch. v2: a. Don't loop wit

Re: [Intel-gfx] [maintainer-tools PATCH] dim: Properly handle series on apply_branch

2017-08-23 Thread Jani Nikula
On Wed, 23 Aug 2017, Jani Nikula wrote: > I gave you the example how to call apply_patch! ;) Huh, I *thought* I did, maybe I didn't. Sorry. if ! apply_patch $patch "$@"; then rv=1 fi Similar to the checkpatch_commit call in dim_apply_branch. BR Jani. -- Jani

Re: [Intel-gfx] [maintainer-tools PATCH] dim: Properly handle series on apply_branch

2017-08-23 Thread Jani Nikula
On Tue, 22 Aug 2017, Rodrigo Vivi wrote: > So far we could use *dim* to apply a whole series > in a mbox, but only the very last patch was receiving > all the checks and patchwork link. > > So this patch remove this limitation by using git mailsplit > to split the mbox and than use git am and chec

[Intel-gfx] [maintainer-tools PATCH] dim: Properly handle series on apply_branch

2017-08-22 Thread Rodrigo Vivi
So far we could use *dim* to apply a whole series in a mbox, but only the very last patch was receiving all the checks and patchwork link. So this patch remove this limitation by using git mailsplit to split the mbox and than use git am and checks individually on each patch. v2: a. Don't loop wit

Re: [Intel-gfx] [maintainer-tools PATCH] dim: Properly handle series on apply_branch

2017-08-21 Thread Jani Nikula
On Fri, 18 Aug 2017, Rodrigo Vivi wrote: > On Fri, Aug 18, 2017 at 12:07 AM, Jani Nikula wrote: >> On Thu, 17 Aug 2017, Rodrigo Vivi wrote: >>> So far we could use *dim* to apply a whole series >>> in a mbox, but only the very last patch was receiving >>> all the checks and patchwork link. >>> >

Re: [Intel-gfx] [maintainer-tools PATCH] dim: Properly handle series on apply_branch

2017-08-18 Thread Rodrigo Vivi
On Fri, Aug 18, 2017 at 12:07 AM, Jani Nikula wrote: > On Thu, 17 Aug 2017, Rodrigo Vivi wrote: >> So far we could use *dim* to apply a whole series >> in a mbox, but only the very last patch was receiving >> all the checks and patchwork link. >> >> So this patch remove this limitation by using g

Re: [Intel-gfx] [maintainer-tools PATCH] dim: Properly handle series on apply_branch

2017-08-18 Thread Jani Nikula
On Thu, 17 Aug 2017, Rodrigo Vivi wrote: > So far we could use *dim* to apply a whole series > in a mbox, but only the very last patch was receiving > all the checks and patchwork link. > > So this patch remove this limitation by using git mailsplit > to split the mbox and than use git am and chec

[Intel-gfx] [maintainer-tools PATCH] dim: Properly handle series on apply_branch

2017-08-17 Thread Rodrigo Vivi
So far we could use *dim* to apply a whole series in a mbox, but only the very last patch was receiving all the checks and patchwork link. So this patch remove this limitation by using git mailsplit to split the mbox and than use git am and checks individually on each patch. Cc: Jani Nikula Cc: