mirror of
https://github.com/kidoman/embd
synced 2025-07-04 04:17:41 +02:00
update contributors
This commit is contained in:
parent
acf38b972d
commit
94cc116a81
2 changed files with 15 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue