mirror of
https://github.com/curl/curl.git
synced 2026-08-24 16:13:43 +03:00
scripts: catch Credits-to contributors
Also: - THANKS: add Credits-to attribution missed earlier. Closes #21653
This commit is contained in:
parent
e8c1023b00
commit
64adc43a6e
3 changed files with 3 additions and 2 deletions
|
|
@ -602,6 +602,7 @@ Christopher Reid
|
||||||
Christopher R. Palmer
|
Christopher R. Palmer
|
||||||
Christopher Sauer
|
Christopher Sauer
|
||||||
Christopher Stone
|
Christopher Stone
|
||||||
|
Christopher Wellons
|
||||||
Christoph Jabs
|
Christoph Jabs
|
||||||
Christoph Krey
|
Christoph Krey
|
||||||
Christoph M. Becker
|
Christoph M. Becker
|
||||||
|
|
|
||||||
|
|
@ -62,7 +62,7 @@ CURLWWW="${CURLWWW:-../curl-www}"
|
||||||
git -C "$CURLWWW" log --pretty=full --use-mailmap "$start..HEAD"
|
git -C "$CURLWWW" log --pretty=full --use-mailmap "$start..HEAD"
|
||||||
fi
|
fi
|
||||||
} | \
|
} | \
|
||||||
grep -Eai '(^Author|^Commit|^ +[a-z-]+-by):' | \
|
grep -Eai '(^Author|^Commit|^ +[a-z-]+-by|^Credits-to):' | \
|
||||||
cut -d: -f2- | \
|
cut -d: -f2- | \
|
||||||
cut '-d(' -f1 | \
|
cut '-d(' -f1 | \
|
||||||
cut '-d<' -f1 | \
|
cut '-d<' -f1 | \
|
||||||
|
|
|
||||||
|
|
@ -62,7 +62,7 @@ tail -n +7 ./docs/THANKS | sed 's/ github/ github/i' > $rand
|
||||||
git -C "$CURLWWW" log --use-mailmap "$start..HEAD"
|
git -C "$CURLWWW" log --use-mailmap "$start..HEAD"
|
||||||
fi
|
fi
|
||||||
} | \
|
} | \
|
||||||
grep -Eai '(^Author|^Commit|^ +[a-z-]+-by):' | \
|
grep -Eai '(^Author|^Commit|^ +[a-z-]+-by|^Credits-to):' | \
|
||||||
cut -d: -f2- | \
|
cut -d: -f2- | \
|
||||||
cut '-d(' -f1 | \
|
cut '-d(' -f1 | \
|
||||||
cut '-d<' -f1 | \
|
cut '-d<' -f1 | \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue