That's all true of the linux kernel project, but I was talking about git. The kernel has quite a few more commits than that, and a much smaller portion touch the Documentation directory (which makes sense, because the documentation that people mostly need is in the separate "man-pages" project, not the kernel's Documentation directory. (Also, the kernel never had a version 1.6.5.)
As far as I know, the people paid to work on git are: Junio, whose employer lets him work a day a week on it; Shawn, who works on git-related projects in his "random useful stuff" time as a Google employee; and presumably the scattering of people who work for git hosting companies and also make some changes to the project. There are probably a number of others who have convinced their employers to use git and therefore can fix bugs and contribute patches if their site runs into the problem.
I think that, to the extent that there's corporate sponsorship of git development, it's either essentially an employee benefit or is corporations acting as technically competent end users and scratching their itches, which is somewhat of a different situation from the relationship between Linux and corporations.
Posted Dec 23, 2009 4:26 UTC (Wed) by jmm82 (subscriber, #59425)
[Link]
My apologies I heard git and I immediately thought Linux kernel.
Git is a great example of the type of project which thrives in open
source.
1. It is a utility made *for* programmers.
2. It does not often have a direct connection to the Companies final
product(obviously it improves general quality, but it not really sold to
customers by the companies using it)
3. Everyone needs it, but no one really wants to pay for it.
4. It helps get a community when Linus started the project.
5. It is used by the Linux kernel so any company that uses the Linux
kernel uses it at least to review commit logs and most likely to sync
code.
My current favorite Open Source project is the Chromium browser. It is a
pleasure to use and rather painless considering its age. Obviously,
funded by Google and released under a dual license a GPL?(it is unclear
exacly the open source license) and propriety commercial Google
License(renamed Chrome) which I do not know off the top
of my head. Therefore, the open source community can work on Chromium
project and Google can make money of their Chrome browser. Obviously,
they also plan to have it be the "Only application" on their new
OS.(Though they will also be running some services over a DBUS
interface.)