commit | dc1cd13ddcd0c458a0669bce1a34eb1152326def | [log] [tgz] |
---|---|---|
author | Sean Anderson <sean.anderson@seco.com> | Fri Oct 22 19:07:04 2021 -0400 |
committer | Simon Glass <sjg@chromium.org> | Sun Oct 31 12:26:44 2021 -0600 |
tree | c8526ef4b4dac3ffa9f1aaceb663233d0f734216 | |
parent | adb431e79b83280c4a62bb336336ce8484bf549a [diff] |
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>