commit | 80c2ebc23c31fca31700c728314a3b78c5164c9c | [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 | 67c2295efdd53780834ec822ad9bf9de217d5bba [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>