forked from wikimedia/mediawiki-services-parsoid
-
Notifications
You must be signed in to change notification settings - Fork 0
/
AUTHORS.txt
53 lines (48 loc) · 2.08 KB
/
AUTHORS.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
Full list of authors, by number of lines in revision
284957fab45bf62208f1d4283439bfa6ad9edbf1 Apr 14 2015:
[ Authors from older revisions may not show up in
newer revisions -- so continue to add names to
this list, please do not remove. ]
Gabriel Wicke <[email protected]>
Subramanya Sastry <[email protected]>
Mark Holmquist <[email protected]>
Arlo Breault <[email protected]>
C. Scott Ananian <[email protected]>
Marc Ordinas i Llopis <[email protected]>
Be <[email protected]>
Maria Pacana <[email protected]>
Robert Smith <[email protected]>
Luke Welling <[email protected]>
ecotg <[email protected]>
Hardik Juneja <[email protected]>
Adam Wight <[email protected]>
Ricordisamoa <[email protected]>
Brion Vibber <[email protected]>
Antoine Musso <[email protected]>
Siebrand Mazeland <[email protected]>
Inez Korczyński <[email protected]>
Neil Kandalgaonkar <[email protected]>
Jeff Evans <[email protected]>
Brandon Istenes <[email protected]>
plancalculus <[email protected]>
vichak <[email protected]>
Sebastian Wong <[email protected]>
Audrey Tang (au) <[email protected]>
Faidon Liambotis <[email protected]>
Molly White <[email protected]>
Kunal Mehta <[email protected]>
Trevor Parscal <[email protected]>
Catrope <[email protected]>
Timo Tijhof <[email protected]>
S Page <[email protected]>
MarkTraceur <[email protected]>
Erik Bernhardson <[email protected]>
Aaron Schulz <[email protected]>
Reedy <[email protected]>
MZMcBride <[email protected]>
Ori Livneh <[email protected]>
Adam Baso <[email protected]>
YuviPanda <[email protected]>
A version of this list can be regenerated with the following one-liner:
git ls-tree -r HEAD | cut -f 2 | grep -E '\.(js|cc|h|cpp|hpp|c|txt|sh|php)$' | grep -v -E 'scripts|html5' | xargs -n1 git blame --line-porcelain | sed -ne '/^author /{ s/^author //; h }' -e '/^author-mail /{ s/^author-mail //; H; g; y/\n/ /; p }' | sort | uniq -c | sort -nr | sed -e 's/^[ ]*[1-9][0-9]* //'
Please see git blame for per-file information.