[vlc-devel] Number of authors over the years

Pierre d'Herbemont pdherbemont at free.fr
Mon Mar 31 12:36:40 CEST 2008


Directly brought from:
http://www.winehq.org/pipermail/wine-devel/2008-January/061719.html
(Credit to Michael Stefaniuc)

$ for y in `seq 1998 2007`; do echo -n "Number of authors in $y: ";  
git shortlog -s --since="$y-01-01 00:00" --until="$y-12-31 24:00" | wc  
-l; done
Number of authors in 1998:        0
Number of authors in 1999:        6
Number of authors in 2000:       17
Number of authors in 2001:       23
Number of authors in 2002:       26
Number of authors in 2003:       32
Number of authors in 2004:       31
Number of authors in 2005:       32
Number of authors in 2006:       32
Number of authors in 2007:       35
Number of authors in 2008:       39

Note the use of git shortlog...

Pierre.



More information about the vlc-devel mailing list