On Mon, 2013-06-10 at 23:49 -0500, Rob Landley wrote:
> You could either have the same entry in more than one MAINTAINERS file
> or keep it at a higher level. (This wouldn't eliminate the top level
> MAINTAINERS, merely trim it down a bit.)
>
> Just throwing it out there. Seems like it might be a thing, someday
> anyway...
Patches talk...
or add an initial / for the absolutes
F: */ (everything at this directory and lower)
F: foo.c (single file)
F: /Documentation/foo.txt (absolute single file)
make could be taught to create an overall integrated
MAINTAINERS, which would not be part of the files
managed by git/cvs from these submaintainer files.
Still, I think the "best" approach would be to enhance
git to manage this additional information instead.
Something akin to:
https://lkml.org/lkml/2007/8/14/256
Maybe some standardization of "git notes" or
"git annotate" might work.
A script could be written to create something like the
existing MAINTAINERS file from that too.