1
0
Fork 0
mirror of https://github.com/kidoman/embd synced 2025-07-04 04:17:41 +02:00

update contributors

This commit is contained in:
Thorsten von Eicken 2016-09-08 21:15:09 -07:00
parent acf38b972d
commit 94cc116a81
2 changed files with 15 additions and 4 deletions

View file

@ -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