mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Merge
This commit is contained in:
commit
6e9f1a864c
5 changed files with 44 additions and 41 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue