Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1705820
| From | Frank Rowand <frowand.list@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH V3] get_maintainer: Prepare for separate MAINTAINERS files |
| Date | 2017-08-07 21:40 +0200 |
| Message-ID | <ubW2B-4Fy-15@gated-at.bofh.it> (permalink) |
| References | <uaZce-8qA-3@gated-at.bofh.it> <ubFOa-2ay-9@gated-at.bofh.it> <ubH3B-2S3-25@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On 08/06/17 20:32, Joe Perches wrote: > On Sun, 2017-08-06 at 19:16 -0700, Frank Rowand wrote: >> On 08/04/17 21:45, Joe Perches wrote: >>> Allow for MAINTAINERS to become a directory and if it is, >>> read all the files in the directory for maintained sections. >>> >>> Optionally look for all files named MAINTAINERS in directories >>> excluding the .git directory by using --find-maintainer-files. >>> >>> This optional feature adds ~.3 seconds of CPU on an Intel >>> i5-6200 with an SSD. >>> >>> Miscellanea: >>> >>> o Create a read_maintainer_file subroutine from the existing code >>> o Test only the existence of MAINTAINERS, not whether it's a file >>> >>> Signed-off-by: Joe Perches <joe@perches.com> >>> --- >> >> < snip > >> >> Hi Joe, >> >> In the three versions of this patch, I have not seen any description >> of what is wrong with the current single MAINTAINERS file, or why the >> proposed change is an improvement. Could you please add that >> information? > > It's really up to Linus. > > He's the one who wants to separate the MAINTAINERS > file as he's the one that has to deal with the > merges. > > This is only to enable the script to still function > if the file is split up. Thanks, that gave me enough of a clue to find the threads titled [PATCH Y.A. RESEND] MAINTAINERS: fix alpha. ordering and [PATCH RESEND v4] MAINTAINERS: fix lots of alphabetic ordering tl;dr is that MAINTAINERS causes annoying merge conflicts for Linus, and he is open to ideas to reduce that pain, including possibly splitting MAINTAINERS into a number of files. -Frank
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH V3] get_maintainer: Prepare for separate MAINTAINERS files Joe Perches <joe@perches.com> - 2017-08-05 06:50 +0200
Re: [PATCH V3] get_maintainer: Prepare for separate MAINTAINERS files Frank Rowand <frowand.list@gmail.com> - 2017-08-07 04:20 +0200
Re: [PATCH V3] get_maintainer: Prepare for separate MAINTAINERS files Joe Perches <joe@perches.com> - 2017-08-07 05:40 +0200
Re: [PATCH V3] get_maintainer: Prepare for separate MAINTAINERS files Frank Rowand <frowand.list@gmail.com> - 2017-08-07 21:40 +0200
csiph-web