mirror of
https://github.com/curl/curl.git
synced 2026-07-27 02:27:16 +03:00
contributors.sh: lowercase 'github' for consistency
also fix contrithanks and THANKS-filter Ref: #16438 Closes #16443
This commit is contained in:
parent
9391fc151f
commit
efec626ebb
3 changed files with 8 additions and 5 deletions
|
|
@ -67,9 +67,10 @@ CURLWWW="${CURLWWW:-../curl-www}"
|
|||
cut '-d(' -f1 | \
|
||||
cut '-d<' -f1 | \
|
||||
tr , '\012' | \
|
||||
sed 's/ at github/ on github/' | \
|
||||
sed 's/ at github/ on github/i' | \
|
||||
sed 's/on github/on github/i' | \
|
||||
sed 's/ and /\n/' | \
|
||||
sed -e 's/^ *//' -e 's/ $//g' -e 's/@users.noreply.github.com$/ on github/'
|
||||
sed -e 's/^ *//' -e 's/ $//g' -e 's/@users.noreply.github.com$/ on github/i'
|
||||
|
||||
grep -a "^ [^ \(]" RELEASE-NOTES| \
|
||||
sed 's/, */\n/g'| \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue