[PATCH 0/4] Scripted update of the MAINTAINERS files
From: | Joe Perches <joe-AT-perches.com> | |
To: | Linus Torvalds <torvalds-AT-linux-foundation.org>, linux-kernel-AT-vger.kernel.org | |
Subject: | [PATCH 0/4] Scripted update of the MAINTAINERS files | |
Date: | Sat, 5 Aug 2017 18:45:46 -0700 | |
Message-ID: | <cover.1501983685.git.joe@perches.com> | |
Cc: | Andrew Morton <akpm-AT-linux-foundation.org> |
MAINTAINERS is a very large file. Update the parse-maintainer script to use specific filenames to allow scripting of the moving of various bits into separate files. Add a bash script to move various bits into multiple files. Joe Perches (4): parse-maintainers: Add section pattern sorting parse-maintainers: Use perl hash references and specific filenames parse-maintainers: Move matching sections from MAINTAINERS scripts/move_maintainer_sections.bash scripts/move_maintainer_sections.bash | 87 +++++++++++++++++++++++++++++++ scripts/parse-maintainers.pl | 97 ++++++++++++++++++++++++++--------- 2 files changed, 161 insertions(+), 23 deletions(-) create mode 100755 scripts/move_maintainer_sections.bash -- 2.10.0.rc2.1.g053435c