Am Donnerstag, den 22.04.2010, 14:37 -0400 schrieb Og Maciel: > On Thu, Apr 22, 2010 at 12:05 PM, Claude Paroz <[email protected]> wrote: > > We do not have this info at hand currently. Enhancement bug report > > welcome. > > I wonder if we could write a script that would run git log in the > "po/" dir of a certain list of packages, looking for data between a > time range that would match the beginning and end of the quarter...
Basically: git log --after=20100101 --pretty=format:"%h" --no-merges -- XX.po | wc -l I've been working on this and more as I plan to have a talk about it at GUADEC (if a university exam at the same time does not cross my ways). andre -- mailto:[email protected] | failed http://www.iomc.de/ | http://blogs.gnome.org/aklapper _______________________________________________ gnome-i18n mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gnome-i18n
