1
0
Fork 0
mirror of https://github.com/kidoman/embd synced 2025-07-03 20:07:40 +02:00

rename update_contibutors.sh

This commit is contained in:
Thorsten von Eicken 2016-09-08 23:38:53 -07:00
parent 5b6fbf3be1
commit f256bd4715

5
update_contributors.sh Executable file
View file

@ -0,0 +1,5 @@
#!/usr/bin/env bash
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