]> git.dujemihanovic.xyz Git - u-boot.git/commit
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>
Mon, 20 Jul 2020 17:37:47 +0000 (11:37 -0600)
commitdf3fc0757b77dea408a8253bc801573ef19606f2
treedbf502d4110a5a19710bc4627e4ff413aac2f741
parentef6629128c2d58cbd2c9a2a88e5857842c73f782
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