Re: indiscriminate get_maintainer.pl usage

From: Davide Libenzi
Date: Thu May 06 2010 - 14:00:12 EST


On Thu, 6 May 2010, Joe Perches wrote:

> There is also the --git-blame option for patches, but blame
> is also only a semi-useful tool, as it could show cleanup patches
> on individual as authors.
>
> Another option to get_maintainers is --file-emails which looks
> inside a file for email addresses.
>
> Right now, the default for # of git commits signed to be
> added to the CC list is 1. It's possible to change the default.
>
> --git-min-signatures => number of signatures required (default: 1)
> --git-max-maintainers => maximum maintainers to add (default: 5)
> --git-min-percent => minimum percentage of commits required (default: 5)
>
> Maybe some fine-tuning of the defaults could be useful.
>
> Suggestions?

(not knowing the get_maintainers internals ...)
Maybe if you weigh each contributor by the amount (in terms of diffstat
modulo) of changes, you can get more accurate results.
Part of the weight might be related to the time distance (relative to
current time) since the changeset.


- Davide


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/