]> git.feebdaed.xyz Git - 0xmirror/curl.git/commitdiff
contributors.sh: even stricter requirements for the -by: line
authorDaniel Stenberg <daniel@haxx.se>
Sat, 20 Dec 2025 16:44:18 +0000 (17:44 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 20 Dec 2025 16:44:18 +0000 (17:44 +0100)
scripts/contributors.sh

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