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
@ -157,3 +157,4 @@ s/edmcln\z/edmcln on github/
|
|||||||
s/andrewkirillov-ibm/Andrew Kirillov/
|
s/andrewkirillov-ibm/Andrew Kirillov/
|
||||||
s/\(.*\) via #[0-9]*//
|
s/\(.*\) via #[0-9]*//
|
||||||
s/jethrogb$/jethrogb on github/
|
s/jethrogb$/jethrogb on github/
|
||||||
|
s/on github/on github/i
|
||||||
|
|||||||
@ -67,9 +67,10 @@ CURLWWW="${CURLWWW:-../curl-www}"
|
|||||||
cut '-d(' -f1 | \
|
cut '-d(' -f1 | \
|
||||||
cut '-d<' -f1 | \
|
cut '-d<' -f1 | \
|
||||||
tr , '\012' | \
|
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 '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| \
|
grep -a "^ [^ \(]" RELEASE-NOTES| \
|
||||||
sed 's/, */\n/g'| \
|
sed 's/, */\n/g'| \
|
||||||
|
|||||||
@ -43,7 +43,7 @@ fi
|
|||||||
# We also include curl-www if possible. Override by setting CURLWWW
|
# We also include curl-www if possible. Override by setting CURLWWW
|
||||||
CURLWWW="${CURLWWW:-../curl-www}"
|
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 | \
|
||||||
cut '-d<' -f1 | \
|
cut '-d<' -f1 | \
|
||||||
tr , '\012' | \
|
tr , '\012' | \
|
||||||
sed 's/ at github/ on github/' | \
|
sed 's/ at github/ on github/i' | \
|
||||||
sed 's/ and /\n/' | \
|
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
|
# grep out the list of names from RELEASE-NOTES
|
||||||
# split on ", "
|
# split on ", "
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user