El dc 16 de 11 de 2011 a les 22:11 +0100, en/na Gil Forcada va escriure: > El dc 16 de 11 de 2011 a les 18:30 +0100, en/na Petr Kovar va escriure: > > Hi guys, > > > > On Wed, 09 Nov 2011 21:26:23 +0100 > > Kenneth Nielsen <k.nielse...@gmail.com> wrote: > > > > (...) > > > > > I think we are talking a bit past each other. My point with the first > > > point was exactly, that the number of commits should make a perfectly > > > reasonably metric for _comparisons_ of activity, which can be used for > > > the kind of "general terms" measurements that you are talking about. > > > > > > The last part was just general ramblings about how precise metrics could > > > be achieved, in case that is required for this purpose or in general. > > > > I think that this kind of activity metrics would be very useful to have in > > the report, but then again, I don't have the spare time needed to study how > > to actually get the data, unfortunately. > > > > However, I believe there is still some time left to contribute to the final > > form of the quarterly report, so please feel free to edit / fix / add > > whatever you want to our report that is on: > > > > https://live.gnome.org/GnomeMarketing/QuarterlyReports/2011/Q3 > > > > I know it's not perfect. But I tried nevertheless. :-) > > > > And last, but not least, thanks much to all of you who have contributed with > > your comments and suggestions. Much appreciated! > > Thanks to you for assembling it! > > Cheers, > > > Cheers, > > Petr Kovar > > _______________________________________________ > > gnome-i18n mailing list > > gnome-i18n@gnome.org > > http://mail.gnome.org/mailman/listinfo/gnome-i18n > >
Hi, I created a dummy script that counts how many commits has been made[1] during a period of time. It still misses lots of things: - use the correct branch for that period of time - per-language metrics - documentation commits - ... The rough number just using the master branch from 2011-06-01 to 2011-09-01 is: 2132 commits. Feel free to hack on it. As you can see on the code everything is done by the fantastic git log command: git log --abbrev-commit --pretty=oneline --since @{2011-06-01} --until @{2011-09-01} po | wc -l So no black voodoo was required :) Cheers, [1] https://gitorious.org/gnome-various/gnome-l10n-metrics -- Gil Forcada [ca] guifi.net - una xarxa lliure que no para de créixer [en] guifi.net - a non-stopping free network bloc: http://gil.badall.net planet: http://planet.guifi.net _______________________________________________ gnome-i18n mailing list gnome-i18n@gnome.org http://mail.gnome.org/mailman/listinfo/gnome-i18n