From 94cc116a8139a70a4e08fc40c65f161f1df7dc97 Mon Sep 17 00:00:00 2001 From: Thorsten von Eicken Date: Thu, 8 Sep 2016 21:15:09 -0700 Subject: [PATCH] update contributors --- CONTRIBUTORS | 15 ++++++++++++--- update_contibutors.sh | 4 +++- 2 files changed, 15 insertions(+), 4 deletions(-) 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