mirror of
https://github.com/curl/curl.git
synced 2025-02-17 14:59:45 +08:00
contrithanks: honor CURLWWW
variable
Reviewed-by: Daniel Stenberg Closes #13315
This commit is contained in:
parent
fa69b41c77
commit
5adbf72b79
@ -49,7 +49,7 @@ cat ./docs/THANKS
|
||||
{
|
||||
git log --use-mailmap "$start..HEAD"
|
||||
if [ -d "$CURLWWW" ]; then
|
||||
git -C ../curl-www log --use-mailmap "$start..HEAD"
|
||||
git -C "$CURLWWW" log --use-mailmap "$start..HEAD"
|
||||
fi
|
||||
} | \
|
||||
grep -Eai '(^Author|^Commit|by):' | \
|
||||
|
Loading…
Reference in New Issue
Block a user