scripts/get_maintainers.pl: Don't blindly drop "THE REST" maintainers
authorJulien Grall <julien.grall@arm.com>
Wed, 26 Jul 2017 17:17:06 +0000 (18:17 +0100)
committerWei Liu <wei.liu2@citrix.com>
Fri, 28 Jul 2017 16:45:37 +0000 (17:45 +0100)
commit49b1ea9e0ea738f245ac372dcd9c9f528bdbb285
tree265fc856901427b2b2424cbb2dc6373fdd3fec58
parentbd59ee9fdf771ed6519a55b4b1e0d626445c16db
scripts/get_maintainers.pl: Don't blindly drop "THE REST" maintainers

"THE REST" maintainers should always be CCed for any modification that
don't fall under the responsability of a specific component maintainer.

However, the script get_maintainers.pl will remove "THE REST"
maintainers as soon as one maintainer of a specific component will be
present.

Fix the script once for all.

Signed-off-by: Julien Grall <julien.grall@arm.com>
Acked-by: Wei Liu <wei.liu2@citrix.com>
scripts/get_maintainer.pl