]> git.sur5r.net Git - u-boot/commit
patman: Add --thread option
authorMateusz Kulikowski <mateusz.kulikowski@gmail.com>
Thu, 14 Jan 2016 19:37:41 +0000 (20:37 +0100)
committerSimon Glass <sjg@chromium.org>
Thu, 21 Jan 2016 02:06:23 +0000 (19:06 -0700)
commit27067a46c56cdaa0f8a2ef433f0aed4376834c44
treee81f5fa7f1be8d34f4541a91d1d237531803fc29
parentf0e075162f815f9cb769c7bb9003e0ad3b829811
patman: Add --thread option

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@gmail.com>
Acked-by: Simon Glass <sjg@chromium.org>
tools/patman/gitutil.py
tools/patman/patman.py