]> git.baikalelectronics.ru Git - kernel.git/commit
Properly alphabetize MAINTAINERS file
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 23 Jul 2017 23:06:21 +0000 (16:06 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 23 Jul 2017 23:06:21 +0000 (16:06 -0700)
commitf58129d55053add90f50092696efd8e274bd57c8
treebec6de4820826f60cdb866e3e1ae724f12144edd
parent8ce9bd3f4a91c815a2ecae0bd032ad5a478b6b79
Properly alphabetize MAINTAINERS file

This adds a perl script to actually parse the MAINTAINERS file, clean up
some whitespace in it, warn about errors in it, and then properly sort
the end result.

My perl-fu is atrocious, so the script has basically been created by
randomly putting various characters in a pile, mixing them around, and
then looking it the end result does anything interesting when used as a
perl script.

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
MAINTAINERS
scripts/parse-maintainers.pl [new file with mode: 0644]