forked from herbstluftwm/herbstluftwm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAUTHORS
80 lines (65 loc) · 1.29 KB
/
AUTHORS
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
AUTHORS
=======
Contributors, sorted by the number of commits in descending order:
Thorsten Wißmann
Daniel Danner
Johannes Jordan
Florian Bruhin
Simon Kuhnle
Hans-Peter Deifel
dnnr
Christoph Egger
Tyler Thomas Hart
Bastien Dejean
Simon Ruderich
Gabor Adam Toth
Manuel
Florian Schmaus
Bohdan Potměkleč
Johannes Schilling
johnLate
Campbell Barton
Christian Dietrich
Bernhard M. Wiedemann
tiosgz
apm256
Wesley Merkel
Steffen Liebergeld
Manuel Coenen
Georg Reinke
Cheer Xiao
sedrubal
sarthon
johannes
ctx
Victor Nakoryakov
Sander van Rossem
Philipp Erhardt
Olivier Ramonat
Néhémie Strupler
Michał Góral
Matthew Martin
Matias Linares
Martin \"eto\" Misuth
Lukas Rudd Andersen
Gabor X Toth
Fritz Reichwald
Corey Richardson
Clemens Lang
Christopher Zimmermann
Brian Callahan
Avindra Goolcharan
This file has been generated by the following bash script:
generate-authors ()
{
cat > AUTHORS <<EOF
AUTHORS
=======
Contributors, sorted by the number of commits in descending order:
`git log --format="%aN" |sed 's/Wissmann/Wißmann/' |sed 's/^Simon$/Simon Kuhnle/' |sed 's/^ypnos$/Johannes Jordan/' |sort|uniq -c|sort -nr| sed 's/^[ ]*[^ ]*[ ]*//'`
This file has been generated by the following bash script:
`type generate-authors | tail -n +2 | sed 's/[ ]*$//'`
generate-authors
EOF
}
generate-authors