]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
scripts: catch Credits-to contributors
authorViktor Szakats <commit@vsz.me>
Sun, 17 May 2026 11:33:07 +0000 (13:33 +0200)
committerViktor Szakats <commit@vsz.me>
Sun, 17 May 2026 20:48:22 +0000 (22:48 +0200)
Also:
- THANKS: add Credits-to attribution missed earlier.

Closes #21653

docs/THANKS
scripts/contributors.sh
scripts/contrithanks.sh

index e02c36170096dd795c9e0c6d7a7c63f34b86851b..16a3b907b25c93ec117011031803445166729995 100644 (file)
@@ -602,6 +602,7 @@ Christopher Reid
 Christopher R. Palmer
 Christopher Sauer
 Christopher Stone
+Christopher Wellons
 Christoph Jabs
 Christoph Krey
 Christoph M. Becker
index 37f1e5835bb8ad0c643968770ddf152181773350..d0ebd60f4681286d17a598850b1eb2758d36d09d 100755 (executable)
@@ -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):' | \
+  grep -Eai '(^Author|^Commit|^ +[a-z-]+-by|^Credits-to):' | \
   cut -d: -f2- | \
   cut '-d(' -f1 | \
   cut '-d<' -f1 | \
index 47438701cdd494cf52f1f9bf32e8f5578d89a50b..b2e89f15886230d80d954618cb31607e6bd26d2d 100755 (executable)
@@ -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):' | \
+  grep -Eai '(^Author|^Commit|^ +[a-z-]+-by|^Credits-to):' | \
   cut -d: -f2- | \
   cut '-d(' -f1 | \
   cut '-d<' -f1 | \