Who wrote 2.6.20?
Posted Mar 2, 2007 21:33 UTC (Fri) by
kolyshkin (subscriber, #34342)
Parent article:
Who wrote 2.6.20?
Thanks a lot for such an interesting article! But how have you counted all this? Perhaps publishing your scripts would make much sense, since we are all in the open source world :)
I have also mocked up a pipe of commands to count those changesets. This is what I ended up with (for SWsoft, the company what pays me to work on OpenVZ):
$ git-log v2.6.19..v2.6.20 --no-merges --pretty=short | egrep ^Author: | egrep '@swsoft\.com|@sw\.ru|@openvz\.org|Dobriyan' | wc -l
41
The problem here is number is not the same as yours. See, old version of the "Top changeset contributors by employer" table contained SWsoft (the company that pays me) with 37 changesets. In a new version of a table SWsoft is no longer here (went off top 20).
The only way I can come up with your result, 37, is to exclude Dmitry Mishin's 4 patches.
(
Log in to post comments)