contributors.sh: lowercase 'github' for consistency

also fix contrithanks and THANKS-filter

Ref: #16438
Closes #16443
This commit is contained in:
Daniel Stenberg 2025-02-24 00:08:32 +01:00
parent 9391fc151f
commit efec626ebb
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2
3 changed files with 8 additions and 5 deletions

View File

@ -157,3 +157,4 @@ s/edmcln\z/edmcln on github/
s/andrewkirillov-ibm/Andrew Kirillov/
s/\(.*\) via #[0-9]*//
s/jethrogb$/jethrogb on github/
s/on github/on github/i

View File

@ -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'| \

View File

@ -43,7 +43,7 @@ fi
# We also include curl-www if possible. Override by setting CURLWWW
CURLWWW="${CURLWWW:-../curl-www}"
cat ./docs/THANKS
cat ./docs/THANKS | sed 's/ github/ github/i'
{
{
@ -57,9 +57,10 @@ cat ./docs/THANKS
cut '-d(' -f1 | \
cut '-d<' -f1 | \
tr , '\012' | \
sed 's/ at github/ on github/' | \
sed 's/ at 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' | \
sed 's/ github/ github/i'
# grep out the list of names from RELEASE-NOTES
# split on ", "