Re: [PATCH v5 0/7] Add series support

2016-10-11 Thread Stephen Finucane
On 2016-10-11 09:14, Stephen Finucane wrote: On 2016-10-11 00:51, Russell Currey wrote: [snip] - no easy way to download a mbox file of all patches in a series, which would be very useful Yup, this is an easy follow up. - no series in the patch API at all.  This could probably be

Re: [PATCH v5 0/7] Add series support

2016-10-10 Thread Daniel Axtens
> I don't think all of this stuff would need to be included in the initial > implementation, and I think one of us would be able to work on it.  Are you > aware of anything here that would be backwards incompatible that might need to > go in now?  The only thing I can think of would be the series

Re: [PATCH v5 0/7] Add series support

2016-10-10 Thread Andrew Donnellan
On 11/10/16 11:51, Russell Currey wrote: - no series in the patch API at all. This could probably be implemented a few different ways, but having no series at all is limiting I'm looking at this currently. -- Andrew Donnellan OzLabs, ADL Canberra andrew.donnel...@au1.ibm.com

Re: [PATCH v5 0/7] Add series support

2016-10-10 Thread Stephen Finucane
On 2016-10-10 01:41, Andrew Donnellan wrote: On 10/10/16 09:25, Stephen Finucane wrote: Add support for series. Series are groups of patches sent as one bundle. For example: [PATCH 0/3] A cover letter [PATCH 1/3] The first patch [PATCH 2/3] The second patch [PATCH 3/3]

Re: [PATCH v5 0/7] Add series support

2016-10-09 Thread Andrew Donnellan
On 10/10/16 09:25, Stephen Finucane wrote: Add support for series. Series are groups of patches sent as one bundle. For example: [PATCH 0/3] A cover letter [PATCH 1/3] The first patch [PATCH 2/3] The second patch [PATCH 3/3] The third patch Looks like patch 4 didn't make