patman: Add "postfix" support to patch subjects
authorSean Anderson <sean.anderson@seco.com>
Fri, 22 Oct 2021 23:07:04 +0000 (19:07 -0400)
committerSimon Glass <sjg@chromium.org>
Sun, 31 Oct 2021 18:26:44 +0000 (12:26 -0600)
commit082c119af98153fd558f57c7a66d660b7ca6c6c9
treec8526ef4b4dac3ffa9f1aaceb663233d0f734216
parent37f3758a250d4c590ffac671f100d9b5ec73b417
patman: Add "postfix" support to patch subjects

In some communities, it may be necessary to append something after PATCH
in the subject line. For example, the Linux networking subsystem
expects [1] patch subject prefixes like [RFC PATCH net-next 0/99]. This
adds support for such "postfix"s to patman. Although entirely cosmetic,
it is still nice to have.

[1] https://www.kernel.org/doc/html/latest/networking/netdev-FAQ.html#how-do-i-indicate-which-tree-net-vs-net-next-my-patch-should-be-in

Signed-off-by: Sean Anderson <sean.anderson@seco.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
tools/patman/README
tools/patman/func_test.py
tools/patman/patchstream.py
tools/patman/series.py
tools/patman/test/test01.txt