public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] Scripted update of the MAINTAINERS files
@ 2017-08-06  1:45 Joe Perches
  2017-08-06  1:45 ` [PATCH 1/4] parse-maintainers: Add section pattern sorting Joe Perches
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Joe Perches @ 2017-08-06  1:45 UTC (permalink / raw)
  To: Linus Torvalds, linux-kernel; +Cc: Andrew Morton

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

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2017-08-09  0:37 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-06  1:45 [PATCH 0/4] Scripted update of the MAINTAINERS files Joe Perches
2017-08-06  1:45 ` [PATCH 1/4] parse-maintainers: Add section pattern sorting Joe Perches
2017-08-06  1:45 ` [PATCH 2/4] parse-maintainers: Use perl hash references and specific filenames Joe Perches
2017-08-06  1:45 ` [PATCH 3/4] parse-maintainers: Move matching sections from MAINTAINERS Joe Perches
2017-08-06  1:45 ` [PATCH 4/4] scripts/move_maintainer_sections.bash Joe Perches
2017-08-07 17:04   ` Joe Perches
2017-08-08 18:33     ` Linus Torvalds
2017-08-09  0:37       ` Joe Perches

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox