[Kmymoney-devel] Statistics

Thomas Baumgart thb at net-bembel.de
Wed Jan 12 11:31:14 CET 2011


Hi,

inspired by http://blogs.fsfe.org/padams/?p=178 I wanted to figure out how we 
do in KMyMoney. First of all, I wanted to know who contributed to our project:

thb:~/devel/kmymoney4> svn log | grep 2010- | cut -d'|' -f 2 | sort -u
 aacid
 alexmerry
 allananderson
 asoliverez
 asserhal
 cfeck
 coles
 conet
 dfaure
 fabo
 fvilas
 habacker
 iann
 kristofk
 lranghetti
 mlaurent
 pino
 schwarzer
 scripty
 sengels
 tbaumgart
 tmcguire
 tonyb
 winterz
 yurchor


wow, impressive list of 25 - ok one robot (scripty). Never thought it were 
that many. Ok, how do they rank in terms of commits? A bit more complex 
instruction:

thb:~/devel/kmymoney4> svn log | grep 2010- | cut -d'|' -f 2 | sort -u | while 
read a; do echo -n $a "" ; (svn log | grep 2010- | grep $a | wc -l); done | 
sort -nr -k 2

yields the following result (the number shown is the number of commits):

tbaumgart 306
asoliverez 284
conet 282
fvilas 67
scripty 50
iann 16
mlaurent 12
yurchor 7
pino 6
allananderson 6
tonyb 4
cfeck 4
lranghetti 2
coles 2
aacid 2
winterz 1
tmcguire 1
sengels 1
schwarzer 1
kristofk 1
habacker 1
fabo 1
dfaure 1
asserhal 1
alexmerry 1


-- 

Regards

Thomas Baumgart

GPG-FP: E55E D592 F45F 116B 8429   4F99 9C59 DB40 B75D D3BA
-------------------------------------------------------------
() ascii ribbon campaign - against html mail
/\ - against microsoft attachments
-------------------------------------------------------------
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 225 bytes
Desc: This is a digitally signed message part.
Url : http://mail.kde.org/pipermail/kmymoney-devel/attachments/20110112/b3db2636/attachment.sig 


More information about the KMyMoney-devel mailing list