From: <jun...@gm...> - 2007-09-07 03:24:40
|
>`Top contributor's domain' still looks at the domain of the committer, not at the domain of the author (cfr. `git show --pretty=raw'). >Hence domains of people who email patches are not taken into account. > >This is a significant number: for v2.6.22, there were 6840 commits. >Of these only 1258 changes were committed into a git tree by their author. >The other 5582 changes (+80%) end up with an incorrect contributor's >domain. > >And that's why it looks like Linus did 23% of the work for 2.6.22 himself >:-) > >Is there any chance you can fix this? Thanks! I received above mail. I took a mistake in code of gitstat that chart of contributor's domain shows commiter's not author's. I modified this problem right now, and applied to tree.celinuxform.org/gitstat and CVS. btw, I found Paul's commit in CVS. We had a some bugs in gitstat that show the number of commits per day incorrectly With Paul's, the numbers of commit shows right one,precisely. Good job! Thanks, |