]> git.feebdaed.xyz Git - 0xmirror/curl.git/commitdiff
contrithanks.sh: adopt the stricter by: check from contributors.sh
authorDaniel Stenberg <daniel@haxx.se>
Sat, 20 Dec 2025 16:45:15 +0000 (17:45 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 20 Dec 2025 16:45:15 +0000 (17:45 +0100)
scripts/contrithanks.sh

index 59db5b876afdedecb2d91f4b161e1f527aca366e..47438701cdd494cf52f1f9bf32e8f5578d89a50b 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|by):' | \
+  grep -Eai '(^Author|^Commit|^ +[a-z-]+-by):' | \
   cut -d: -f2- | \
   cut '-d(' -f1 | \
   cut '-d<' -f1 | \