Re: [U-Boot] [PATCH v2] patman: Add --thread option

2016-01-17 Thread Simon Glass
On 14 January 2016 at 16:12, Simon Glass wrote: > On 14 January 2016 at 12:37, Mateusz Kulikowski > wrote: >> Add option to create threaded series of patches. >> With it, it will be possible to create patch threads like this: >> [PATCH 0/10] Add

Re: [U-Boot] [PATCH v2] patman: Add --thread option

2016-01-14 Thread Simon Glass
On 14 January 2016 at 12:37, Mateusz Kulikowski wrote: > Add option to create threaded series of patches. > With it, it will be possible to create patch threads like this: > [PATCH 0/10] Add support for time travel > [PATCH 1/10] Add Flux Capacitor driver >

[U-Boot] [PATCH v2] patman: Add --thread option

2016-01-14 Thread Mateusz Kulikowski
Add option to create threaded series of patches. With it, it will be possible to create patch threads like this: [PATCH 0/10] Add support for time travel [PATCH 1/10] Add Flux Capacitor driver [PATCH 2/10] Add Mr. Fusion driver (...) Internally it will call git send-email with --thread