1
0
mirror of https://github.com/kidoman/embd synced 2024-12-22 04:40:04 +01:00
embd/update_contibutors.sh
Thorsten von Eicken 94cc116a81 update contributors
2016-09-08 21:15:09 -07:00

6 lines
206 B
Bash
Executable File

#!/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