Gitdm (the "git data miner") is the tool that Greg KH and I have used
to crank out statistics on where kernel patches come from. For the
curious, I have (finally) put up a public repository for gitdm at:
git://git.lwn.net/gitdm.git
That repository is currently tagged at v0.10, for whatever that's worth.
There is a mildly redacted version of the configuration files used in
the creation of kernel statistics at:
http://lwn.net/images/gitdm/gitdm-config-2.6.26.tar.bz2
If nothing else, the domain->company mapping files should be useful for
anybody who might be interested in using gitdm on projects other than
the kernel.
Please be warned that gitdm is not a polished release of a
production-quality tool; it's something which has been made to work
just well enough for what we needed to do at any given time. Needless
to say, patches to make it better are welcome.
jon
Jonathan Corbet <[email protected]> writes:
> Gitdm (the "git data miner") is the tool that Greg KH and I have used
> to crank out statistics on where kernel patches come from. For the
> curious, I have (finally) put up a public repository for gitdm at:
>
> git://git.lwn.net/gitdm.git
I have added information about this tool to Git Wiki:
http://git.or.cz/gitwiki/InterfacesFrontendsAndTools#head-fbb1cec362b54c74c5bbad3766f8a8f8f883af12
Please check if it is correct, and correct any mistakes (it is wiki!).
--
Jakub Narebski
Poland
ShadeHawk on #git
Hi,
On Fri, Jul 18, 2008 at 03:46:57PM -0600, Jonathan Corbet wrote:
> Gitdm (the "git data miner") is the tool that Greg KH and I have used
> to crank out statistics on where kernel patches come from. For the
> curious, I have (finally) put up a public repository for gitdm at:
>
> git://git.lwn.net/gitdm.git
>
> That repository is currently tagged at v0.10, for whatever that's worth.
or you can examine it over gitweb now set up at
http://repo.or.cz/w/git-dm.git
Petr "Pasky" Baudis