Skip to content

Commit

Permalink
Update AUTHORS file
Browse files Browse the repository at this point in the history
Using:
    git log --format="%aN" | sort | uniq -c \
        | sort -rn | awk '$1 >=15 {$1=""; print $0}' \
        | cut -d" " -f2- > AUTHORS
  • Loading branch information
mvantellingen committed Aug 2, 2016
1 parent 260956e commit bfdeb3b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions AUTHORS
Original file line number Diff line number Diff line change
@@ -1,21 +1,23 @@
David Winterbottom
Maik Hoepfel
Michael van Tellingen
Sebastian Vetter
Jon Price
Andrew Ingram
Markus Bertheau
Andrew Ingram
Asia Biega
Xavier Ordoquy
Oliver Randell
Izidor Matušov
Eleni Lixourioti
Tomasz Rybarczyk
Andy Sellick
John Parton
Kura
Michael van Tellingen
Pavel Vavruska
Patryk Zawadzki
Jonathan Moss
Alexander Gaevsky
andysellick
Paweł Kowalski
Dawid Lorenz
Expand Down

0 comments on commit bfdeb3b

Please sign in to comment.