1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

Squash: Fix ingest bug. Refine AUTHORS.

This commit is contained in:
winlin 2021-08-25 08:11:44 +08:00
parent 85620a34f5
commit 38b0b1dab2
8 changed files with 84 additions and 60 deletions

View file

@ -12,5 +12,5 @@ for author in $authors; do
username=$(echo $author |awk -F '@' '{print $1}')
grep $username $AFILE 1>/dev/null 2>/dev/null && continue;
git log -1 --author="$author" --format='%an<%ae>'| sed 's/ //g'
echo "* $(git log -1 --author="$author" --format='`%an<%ae>`'| sed 's/ //g')"
done