scripts/contri*: find 'Thanks-to' references

Also any other `<word>-to:` alternatives.

Co-authored-by: Daniel Stenberg

Closes #22293
This commit is contained in:
Viktor Szakats 2026-07-10 12:17:52 +02:00
parent 34bc5b60bc
commit 7bbcf26edf
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -62,7 +62,7 @@ CURLWWW="${CURLWWW:-../curl-www}"
git -C "$CURLWWW" log --pretty=full --use-mailmap "$start..HEAD"
fi
} | \
grep -Eai '(^Author|^Commit|^ +[a-z-]+-by|^ +Credits-to):' | \
grep -Eai '(^Author|^Commit|^ +[a-z-]+-(by|to)):' | \
cut -d: -f2- | \
cut '-d(' -f1 | \
cut '-d<' -f1 | \

View file

@ -62,7 +62,7 @@ tail -n +7 ./docs/THANKS | sed 's/ github/ github/i' > $rand
git -C "$CURLWWW" log --use-mailmap "$start..HEAD"
fi
} | \
grep -Eai '(^Author|^Commit|^ +[a-z-]+-by|^ +Credits-to):' | \
grep -Eai '(^Author|^Commit|^ +[a-z-]+-(by|to)):' | \
cut -d: -f2- | \
cut '-d(' -f1 | \
cut '-d<' -f1 | \