diff --git a/CONTRIBUTORS b/CONTRIBUTORS index f44d830..e3ca3e1 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,8 +1,17 @@ -Karan Misra +adeschamps +alsm +Al S-M +Ben Delarre +Ben Schwartz +Gavin Cabbage +gotang Kashyap Kopparam Kunal Powar Marco P. Monteiro +Matthew Dale Nikesh Vora +SjB Steve Beaulac -Al S-M -Ben Delarre +Thorsten von Eicken +wiless +Wu Jiang diff --git a/update_contibutors.sh b/update_contibutors.sh index adde090..1446108 100755 --- a/update_contibutors.sh +++ b/update_contibutors.sh @@ -1,3 +1,5 @@ #!/usr/bin/env bash -git log --all --format='%cN <%cE>' | sort -u | grep -v karan.misra@gmail.com > CONTRIBUTORS +git log --all --format='%cN <%cE>' | sort -u | grep -v karan.misra@gmail.com |\ + grep -v noreply@ | cat CONTRIBUTORS - | sort | uniq > CONTRIBUTORS.new +mv CONTRIBUTORS.new CONTRIBUTORS