]> 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)
commit854f044d345fb7df3ed068ad2181f142179ca74f
treea4a89d1f652b626fade689d6e7fbb925660a74f4
parentf3e533273e16f962284306f4ed56b3f92f442f3c
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