[U-Boot] [PATCH v2] patman: Add --thread option
Simon Glass
sjg at chromium.org
Mon Jan 18 04:58:07 CET 2016
On 14 January 2016 at 16:12, Simon Glass <sjg at chromium.org> wrote:
> On 14 January 2016 at 12:37, Mateusz Kulikowski
> <mateusz.kulikowski at gmail.com> 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
>> [PATCH 2/10] Add Mr. Fusion driver
>> (...)
>>
>> Internally it will call git send-email with --thread option
>>
>> Signed-off-by: Mateusz Kulikowski <mateusz.kulikowski at gmail.com>
>> ---
>>
>> Changes in v2:
>> - Added '-T' option
>>
>> tools/patman/gitutil.py | 6 +++++-
>> tools/patman/patman.py | 4 +++-
>> 2 files changed, 8 insertions(+), 2 deletions(-)
>
> Acked-by: Simon Glass <sjg at chromium.org>
Applied to u-boot-dm, thanks!
More information about the U-Boot
mailing list