Thomas Rast [off-list ref] wrote:
Felipe Contreras [off-list ref] writes:
quoted
No reason. I hope they read the mailing list, otherwise I'll resend
and CC them. A get_maintainers script, or something like that would
make things easier.
I simply use
git shortlog -sn --no-merges v1.7.0.. -- contrib/completion/
(In many parts the revision limiter can be omitted without losing much,
but e.g. here this drops Shawn who hasn't worked on it since 2009.)
Or "--since=1.year", which you can keep using forever without adjusting.