]> git.kernelconcepts.de Git - karo-tx-linux.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)
commitfe9090301fed202a80a6113534efaa0d9184543b
treea4a89d1f652b626fade689d6e7fbb925660a74f4
parent61f741645a354d91fece7b9cbb2f3f3587db8b8a
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