Re: [PATCH] scripts/get_maintainer.pl: display frequently used tags

From: Joe Perches
Date: Wed Oct 28 2009 - 12:00:26 EST


On Wed, 2009-10-28 at 15:04 +0100, Roel Kluin wrote:
> With the flag --tags, show frequently used tags.
>
> $ ./scripts/get_maintainer.pl --tags -f ./sound/core/
> 71 times observed tag ALSA:
> What do you think of this?

Hi Roel.

I don't see a benefit to finding maintainers for
a particular patch or file/directory here.

I think git should be used for what git does well.

$ git log --since=1-year-ago --format=%s sound/core | grep "ALSA" | wc -l
72

Maybe if something like git log -grep were used to
find patterns and the signers for that pattern.

That's a bit like the recently added "K:" keyword.

cheers, Joe

--
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/