patman: Support collecting response tags in Patchstream
authorSimon Glass <sjg@chromium.org>
Mon, 6 Jul 2020 03:41:57 +0000 (21:41 -0600)
committerSimon Glass <sjg@chromium.org>
Sat, 25 Jul 2020 01:25:15 +0000 (19:25 -0600)
commit7207e2b984c1bdd58658a9be384fc627770e86c2
tree41619e6330bab5f789590865d0cf1a92b27d2de2
parent3c541c08366533f1abbf7e36dd25033064d686c8
patman: Support collecting response tags in Patchstream

Collect response tags such as 'Reviewed-by' while parsing the stream.
This allows us to see what tags are present.

Add a new 'Fixes' tag also, since this is now quite common.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/patman/commit.py
tools/patman/patchstream.py