From: Paul V. <pau...@gm...> - 2008-02-02 14:37:39
|
Lee jungseung wrote: > Hi, > > I modified some code related with time-zone (modified time() to gmtime()) > and committed it at sf.net. > Now, It looks like run well. > (Number of changesets (Day) and Number of changesets (Month)) > > > But there are another miss calculated statistics. > I have other kernel git-tree for gitstat testing. > > I made a graph and statistics for Top contributors (Kernel release v2.6.24) > > The results are... > > 56 David Woodhouse 41 (tree.celinuxforum.org) > 121 David Woodhouse 20 (my own gitstat) > > 16 Alan Cox 91 (tree.celinuxforum.org) > 14 Alan Cox 104 (my own gitstat) > > Of course, I am making up-to-date both gitstat. > > Our first mission for gitstat is that it should give accuracy statistics. > So, We should focus on that more than other issue. > Thanks, Hi Lee, I've setup a private kernel gitstat and see the same results as you do. We probably have to recreate the database on tree.celinuxforum.org. The tags on that site are also not correct. Remember that issue we had with the date of the tags? That was fixed but the database was never created again on that site. I agree a 100% with you that the statistics should be correct and that this should be our first goal. That's mainly the reason I'm working on moving all kind of calculations to one single place now. Once that is done we probably have to start comparing output from all kinds of different sources (including plain git commands) to the stuff we show on our pages. That doesn't prevent us from doing the minor tweaking to whatever we find though. Cheers, Paul. |