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
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
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
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
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
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.
>>>
>
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
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
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: