@@ -0,0 +1,3 @@ | |||
Alan Pearce <alan@alanpearce.co.uk> | |||
Arnold Bechtoldt <mail@arnoldbechtoldt.com> | |||
root <root@saltmaster01.(none)> |
@@ -84,10 +84,3 @@ Tested with: | |||
* GNU/ Linux Debian Wheezy | |||
* CentOS 6 (not completly tested) | |||
AUTHORS | |||
======= | |||
Please add yourself too when contributing (sorted alphabetically)! | |||
* Arnold Bechtoldt <mail@arnoldbechtoldt.com> |
@@ -0,0 +1,3 @@ | |||
#!/bin/bash | |||
git log --format='%aN <%aE>' | sort -u > AUTHORS |