On Wed, Nov 9, 2011 at 2:07 PM, Gil Forcada <gforc...@gnome.org> wrote:
> We could try to ask the git statistics gurus to make some numbers on how
> many commits the whole translations teams have been made, so that it can
> be shown in the quarterly reports... I would like to do that, I have to
> find how to do it thought :)

Translation teams (or at least Vietnamese) tend to commit in bulk, the
number of commits does not really reflect the amount of work nor
progress. The following command will print the number of commits that
touch po/vi.po on branch master

git rev-list master -- po/vi.po | wc -l
-- 
Duy
_______________________________________________
gnome-i18n mailing list
gnome-i18n@gnome.org
http://mail.gnome.org/mailman/listinfo/gnome-i18n

Reply via email to