]> git.baikalelectronics.ru Git - kernel.git/commit
parse-maintainers: Use perl hash references and specific filenames
authorJoe Perches <joe@perches.com>
Sun, 6 Aug 2017 01:45:48 +0000 (18:45 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 8 Aug 2017 18:16:14 +0000 (11:16 -0700)
commit186a65e6a1f055035d510203c304939bec54275e
treea4a89d1f652b626fade689d6e7fbb925660a74f4
parent3d9eff2ab1db00904908e86ea777d62f84c95a66
parse-maintainers: Use perl hash references and specific filenames

Instead of reading STDIN and writing STDOUT, use specific filenames of
MAINTAINERS and MAINTAINERS.new.

Use hash references instead of global hash %hash so future modifications
can read and write specific hashes to split up MAINTAINERS into multiple
files using a script.

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
scripts/parse-maintainers.pl