
18 Jan
2016
18 Jan
'16
4:58 a.m.
On 14 January 2016 at 16:12, Simon Glass sjg@chromium.org wrote:
On 14 January 2016 at 12:37, Mateusz Kulikowski mateusz.kulikowski@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@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@chromium.org
Applied to u-boot-dm, thanks!