1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00
This commit is contained in:
winlin 2021-08-25 07:56:33 +08:00
commit 6e9f1a864c
5 changed files with 44 additions and 41 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