forked from herbstluftwm/herbstluftwm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
AUTHORS
50 lines (35 loc) · 829 Bytes
/
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
AUTHORS
=======
Contributors, sorted by the number of commits in descending order:
Thorsten Wißmann
Florian Bruhin
Hans-Peter Deifel
Tyler Thomas Hart
Bastien Dejean
Christoph Egger
Gabor Adam Toth
Daniel Danner
Johannes Schilling
Steffen Liebergeld
Georg Reinke
Christian Dietrich
Cheer Xiao
Philipp Erhardt
Olivier Ramonat
Gabor X Toth
Corey Richardson
Clemens Lang
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/'|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