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

Simon Glass sjg at chromium.org
Fri Jan 15 00:12:17 CET 2016


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>


More information about the U-Boot mailing list