Skip to content

Commit

Permalink
Update AUTHORS with all contributors
Browse files Browse the repository at this point in the history
git log --format=format:"%an <%ae>" | sort -u -k1,2 | \
  egrep -v "(no author| and )" > AUTHORS

Thanks to all contributors who drive Fawkes!

Another interesting command is:
git log --format=format:"%an <%ae>" | egrep -v "(no author| and )" | \
  sort | uniq -c | sort -nr
  • Loading branch information
timn committed Dec 22, 2016
1 parent 1b8b0f6 commit fde2894
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
@@ -1,20 +1,35 @@
Alexander von Wirth <[email protected]>
Andre Burghof <[email protected]>
Bahram Maleki-Fard <[email protected]>
Bastian Klingen <[email protected]>
Bjoern Schaepers <[email protected]>
Christof Rath <[email protected]>
Christoph Henke <[email protected]>
Christoph Schwering <[email protected]>
Daniel Beck <[email protected]>
Daniel Ewert <[email protected]>
Florian Nolden <[email protected]>
Frederik Zwilling <[email protected]>
Gareth Priede <[email protected]>
Gesche Gierse <[email protected]>
Johannes Rothe <[email protected]>
Jonathan Hoeges <[email protected]>
Kyle Strabala <[email protected]>
Martin Liebenberg <[email protected]>
Masrur Doostdar <[email protected]>
Matthias Loebach <[email protected]>
Nichola Abdo <[email protected]>
Nicolas Limpert <[email protected]>
Paul Dingil <[email protected]>
Randolph Maassen <[email protected]>
Safoura Rezapour Lakani <[email protected]>
Sebastian Reuter <[email protected]>
Sebastian Schoenitz <[email protected]>
Stefan Schiffer <[email protected]>
Till Hofmann <[email protected]>
Tim Niemueller <[email protected]>
Tobias Kellner <[email protected]>
Tobias Neumann <[email protected]>
Vaishak Belle <[email protected]>
Victor Mataré <[email protected]>
Volker Krause <[email protected]>

0 comments on commit fde2894

Please sign in to comment.