Thanks for checking the numbers out, I love data based discussions.
However, note in the query `COUNT(DISTINCT committer_id)` looks at the number of different people (by id) doing commits, not the # of commits. There are way more commits, but measuring by # of people looks like a better metric to me.