mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* get_maintainers.pl & acer-wmi
@ 2009-12-23 21:35 Carlos Corbacho
  2009-12-23 21:59 ` Joe Perches
  0 siblings, 1 reply; 2+ messages in thread
From: Carlos Corbacho @ 2009-12-23 21:35 UTC (permalink / raw)
  To: joe; +Cc: linville, linux-kernel, len.brown

Hi Joe,

We're getting some odd results out of get_maintainers.pl for acer-wmi.

ccorbacho@pacifica:~/src/kernel/linux-2.6$ perl scripts/get_maintainer.pl -f 
drivers/platform/x86/acer-wmi.c

Carlos Corbacho <carlos@strangeworlds.co.uk>
John W. Linville <linville@tuxdriver.com>
Len Brown <len.brown@intel.com>
Alan Jenkins <alan-jenkins@tuffmail.co.uk>
Johannes Berg <johannes@sipsolutions.net>
linux-kernel@vger.kernel.org

Which is odd, as I'm the only maintainer of acer-wmi, so why does it pull in 
all the other names above?

-Carlos
-- 
E-Mail: carlos@strangeworlds.co.uk
Web: strangeworlds.co.uk
GPG Key ID: 0x23EE722D

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: get_maintainers.pl & acer-wmi
  2009-12-23 21:35 get_maintainers.pl & acer-wmi Carlos Corbacho
@ 2009-12-23 21:59 ` Joe Perches
  0 siblings, 0 replies; 2+ messages in thread
From: Joe Perches @ 2009-12-23 21:59 UTC (permalink / raw)
  To: Carlos Corbacho; +Cc: linville, linux-kernel, len.brown

On Wed, 2009-12-23 at 21:35 +0000, Carlos Corbacho wrote:
> Hi Joe,

Hi Carlos.

> We're getting some odd results out of get_maintainers.pl for acer-wmi.
> 
> ccorbacho@pacifica:~/src/kernel/linux-2.6$ perl scripts/get_maintainer.pl -f 
> drivers/platform/x86/acer-wmi.c
> 
> Carlos Corbacho <carlos@strangeworlds.co.uk>
> John W. Linville <linville@tuxdriver.com>
> Len Brown <len.brown@intel.com>
> Alan Jenkins <alan-jenkins@tuffmail.co.uk>
> Johannes Berg <johannes@sipsolutions.net>
> linux-kernel@vger.kernel.org
> 
> Which is odd, as I'm the only maintainer of acer-wmi, so why does it pull in 
> all the other names above?

You have git installed.

get_maintainer.pl by default uses git commit history and searches
for signatures.

These are people that have added "acked-by", "signed-off-by",
"reviewed-by" or any other "by" lines in the git commits.

$ ./scripts/get_maintainer.pl -f drivers/platform/x86/acer-wmi.c
Carlos Corbacho <carlos@strangeworlds.co.uk>
John W. Linville <linville@tuxdriver.com>
Len Brown <len.brown@intel.com>
Alan Jenkins <alan-jenkins@tuffmail.co.uk>
Johannes Berg <johannes@sipsolutions.net>
linux-kernel@vger.kernel.org

If you want to not use git history, add --nogit

$ ./scripts/get_maintainer.pl -f --nogit drivers/platform/x86/acer-wmi.c
Carlos Corbacho <carlos@strangeworlds.co.uk>
linux-kernel@vger.kernel.org

With the latest version of get_maintainer, you could add
--rolestats and see how many of the commits were signed
by each person.

$ ./scripts/get_maintainer.pl -f --rolestats drivers/platform/x86/acer-wmi.c
Carlos Corbacho <carlos@strangeworlds.co.uk> (maintainer:ACER WMI LAPTOP E...,commit_signer:4/11=36%)
John W. Linville <linville@tuxdriver.com> (commit_signer:5/11=45%)
Len Brown <len.brown@intel.com> (commit_signer:4/11=36%)
Alan Jenkins <alan-jenkins@tuffmail.co.uk> (commit_signer:3/11=27%)
Johannes Berg <johannes@sipsolutions.net> (commit_signer:2/11=18%)
linux-kernel@vger.kernel.org (open list)




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-12-23 21:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-12-23 21:35 get_maintainers.pl & acer-wmi Carlos Corbacho
2009-12-23 21:59 ` Joe Perches

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®