dWing — die Welt ist nicht gerecht

sign in

Kleine Mozilla Statistik

Da Heute mal wieder ein paar von meinen Patches in Mozilla aufgenommen wurden habe ich ein wenig Statistik gemacht...

swatinem@swatinux-mobil:~/mozilla-central$ hg log --template "{author|email}\n" | sort | uniq -c | sort -nr
   1520 reed@reedloden.com
    721 bzbarsky@mit.edu
    573 roc+@cs.cmu.edu
    566 gal@mozilla.com
    566 bclary@bclary.com
    560 jruderman@hmc.edu
    535 dbaron@dbaron.org
    526 gavin@gavinsharp.com
    485 brendan@mozilla.org
    432 mozilla.mano@sent.com
    380 vladimir@pobox.com
    374 sdwilsh@shawnwilsher.com
[...]
     21 tglek@mozilla.com
     21 steffen.wilberg@web.de
     21 rcampbell@mozilla.com
     21 bryner@brianryner.com
     19 zweinberg@mozilla.com
     19 pekka.vanhoja
     19 arpad.borsos@googlemail.com
     18 wtc@google.com
     18 chris.double@double.co.nz
     17 wr@rosenauer.org
     17 dmandelin@mozilla.com
[...]
swatinem@swatinux-mobil:~/mozilla-central$ hg log --template "{author}\n" | wc -l
19265
swatinem@swatinux-mobil:~/mozilla-central$ hg log -r1
changeset:   1:9b2a99adc05e
user:        hg@mozilla.com
date:        Thu Mar 22 10:30:00 2007 -0700
summary:     Free the (distributed) Lizard! Automatic merge from CVS: Module mozilla: tag HG_REPO_INITIAL_IMPORT at 22 Mar 2007 10:30 PDT,
swatinem@swatinux-mobil:~/mozilla-central$ hg log -r tip
changeset:   19264:81b6a486f82e
tag:         tip
user:        Arpad Borsos <arpad.borsos@googlemail.com>
date:        Mon Sep 15 17:40:25 2008 +0200
summary:     Bug 454766 - Add suggested parentheses to layout/; r+sr=roc; (with nits by sgautherie)

Und was soll man da jetzt rauslesen? Seitdem Mozilla seit März 2007 auf Mercurial läuft wurden ~19200 Veränderungen gemacht. 19 Davon sind von mir :) Also habe ich 0.1 der gesamten Änderungen gemacht. :) Sehr gut. Würde ich jetzt noch herausfinden wann mein erster Patch war, wäre die Quote sicherlich noch höher.


Comments

Ok, noch ein wenig mehr Statistik. Diesmal alles ab meinem ersten Patch.

swatinem@swatinux-mobil:~/mozilla-central$ hg log -r 15340
changeset:   15340:a4092694d728
user:        Arpad Borsos <arpad.borsos@googlemail.com>
date:        Fri Jun 13 10:09:28 2008 +1200
summary:     Bug 416509. Don't cache 'repeat' attribute in nsAutoRepeatBoxFrame, simplifies code. r+sr=roc.
swatinem@swatinux-mobil:~/mozilla-central$ hg log -r 15340:tip --template "{author|email}\n" | sort | uniq -c | sort -rn
    566 gal@mozilla.com
    309 brendan@mozilla.org
    201 shaver@mozilla.org
    147 gal@uci.edu
    124 robert@ocallahan.org
    108 danderson@mozilla.com
    100 bzbarsky@mit.edu
     86 vladimir@pobox.com
     80 dbaron@dbaron.org
     78 mrbkap@gmail.com
     67 sdwilsh@shawnwilsher.com
[...]
     22 jorendorff@mozilla.com
     20 dholbert@cs.stanford.edu
     19 pekka.vanhoja
     19 kairo@kairo.at
     19 arpad.borsos@googlemail.com
     18 zweinberg@mozilla.com
     18 chris.double@double.co.nz
     17 sayrer@gmail.com
     17 neil@parkwaycc.co.uk
[...]
swatinem@swatinux-mobil:~/mozilla-central$ hg log -r 15340:tip --template "{author|email}\n" | wc -l
3925

19 aus 3925... Macht also fast 0,5% :) Und ich werde mein bestes dafür tun das es noch mehr werden.

19 Patches? Nicht schlecht, ich bin beeindruckt :P...


Write comment

You need to sign in first.