UNPKG

brat-client

Version:

Client from brat rapid annotation tool

27 lines (20 loc) 1.37 kB
# Contributors # In order by changed lines of code ([Ballmer][ballmer] says [SLOC][sloc] is an IBM religion): [ballmer]: http://en.wikipedia.org/wiki/Steve_Ballmer [sloc]: http://en.wikipedia.org/wiki/Source_lines_of_code * Pontus Stenetorp &lt;pontus is s u-tokyo ac jp&gt; * Sampo Pyysalo &lt;smp is s u-tokyo ac jp&gt; * Goran Topić &lt;goran is s u-tokyo ac jp&gt; * Tomoko Ohta &lt;tomoko.ohta manchester ac uk&gt; * Pierre-Francois Laquerre &lt;pierre.francois gmail com&gt; * Illés Solt &lt;solt tmit bme hu&gt; * Jörn Kottmann &lt;kottmann gmail com&gt; * David McClosky &lt;david.mcclosky gmail com&gt; * Antony Scerri &lt;a.scerri elsevier com&gt; * Jon Crump &lt;jjcrump uw edu&gt; Extracted using the following bash one-liner: echo -e "Changed\tAdded\tDeleted\tName"; (OIFS="$IFS"; IFS=$'\n'; for author in `git log --format='%aN <%aE>' | sort -u`; do git log -C --author="$author" --pretty=tformat: --numstat | awk "BEGIN{add=0;del=0}\$1{add+=\$1}\$2{del+=\$2}END{print (add+del) \"\\t\" add \"\\t\" del \"\\t$author\"}"; done | sort -gr) Some contributors has sometimes forgotten to configure their installation properly, but seeing who is who on the list and adding up the changed lines is fairly straightforward.