commit | 27067a46c56cdaa0f8a2ef433f0aed4376834c44 | [log] [tgz] |
---|---|---|
author | Mateusz Kulikowski <mateusz.kulikowski@gmail.com> | Thu Jan 14 20:37:41 2016 +0100 |
committer | Simon Glass <sjg@chromium.org> | Wed Jan 20 19:06:23 2016 -0700 |
tree | e81f5fa7f1be8d34f4541a91d1d237531803fc29 | |
parent | f0e075162f815f9cb769c7bb9003e0ad3b829811 [diff] |
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>