Searched hist:"716 f442d01eed31a375e24289877324fad6fb3e1" (Results 1 – 1 of 1) sorted by relevance
| /optee_os/scripts/ |
| H A D | get_maintainer.py | 716f442d01eed31a375e24289877324fad6fb3e1 Mon Aug 12 14:43:02 UTC 2019 Jerome Forissier <jerome.forissier@linaro.org> get_maintainer.py: process patches individually
When given the -m/-merge-check option, get_maintainer.py parses the Acked-by and Reviewed-by tags that may be found in a patchset or Github PR. In presence of several patches the tags should apply to each patch individually, not to the whole patchset as is currently done. As a result, the script may fail to report some unapproved changes.
Fix this issue by splitting patchsets into individual patches before processing.
Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org> Reviewed-by: Joakim Bech <joakim.bech@linaro.org>
|