mirror of
https://github.com/curl/curl.git
synced 2026-05-03 05:07:52 +03:00
contrithanks: honor CURLWWW variable
Reviewed-by: Daniel Stenberg Closes #13315
This commit is contained in:
parent
fa69b41c77
commit
5adbf72b79
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue