On Thu, 2010-05-06 at 10:59 -0700, Davide Libenzi wrote:
That might tend to overweight cleanup against actual logic patches,
especially as the period for commits tracked is defaulted to 1 year.
Which is kind of what activity alone does.
I think get_maintainer with --git (the default):
Without a named MAINTAINER:
For relatively active files: works moderately well.
For relatively inactive files: might work less well.
It tends to hide the original developer and show people
that submit cleanup or fix patches.
Maybe the --git portion could be reduce the number of
commit signers added when files have named MAINTAINERS.
Without named MAINTAINERS, maybe the file should be
inspected for author info and those persons added.
If the original commit is after Linus' first wholesale
commit of 2.6.12, maybe the first git author should be
added.
Dunno. I think any of those might be slight improvements,
but get_maintainers isn't really that much of an issue
as-is. I think it more important to get the correct
MAINTAINERS entries and file patterns.
--