diff options
| author | Simon Glass <[email protected]> | 2020-10-29 21:46:35 -0600 |
|---|---|---|
| committer | Simon Glass <[email protected]> | 2020-11-05 09:11:31 -0700 |
| commit | dc6df972c9ee2afefd937bee3771865012daccef (patch) | |
| tree | 20343d5ae78a420010b60d482dba8e04171a03c1 /scripts/checkpatch.pl | |
| parent | be051c0c7741d67f5093f6b61b64c45eb200235b (diff) | |
patman: Support checking for review tags in patchwork
Before sending out a new version of a series for review, it is important
to add any review tags (e.g. Reviewed-by, Acked-by) collected by
patchwork. Otherwise people waste time reviewing the same patch
repeatedly, become frustrated and stop reviewing your patches.
To help with this, add a new 'status' subcommand that checks patchwork
for review tags, showing those which are not present in the local branch.
This allows users to see what new review tags have been received and then
add them.
Sample output:
$ patman status
1 Subject 1
Reviewed-by: Joe Bloggs <[email protected]>
2 Subject 2
Tested-by: Lord Edmund Blackaddër <[email protected]>
Reviewed-by: Fred Bloggs <[email protected]>
+ Reviewed-by: Mary Bloggs <[email protected]>
1 new response available in patchwork
The '+' indicates a new tag. Colours are used to make it easier to read.
Signed-off-by: Simon Glass <[email protected]>
Diffstat (limited to 'scripts/checkpatch.pl')
0 files changed, 0 insertions, 0 deletions
