Meta/Announce: do not credit AI agents

Junio C Hamano committed Jul 11, 2026 at 15:14 UTC 41676e2441c853d8f09748c64fc2e8f60cdab756
1 file changed +2 -1
Announce
+2 -1
index 8ac01306e3..0f1022ba84 100755 --- a/Announce +++ b/Announce @@ -54,7 +54,8 @@ people () { --group=trailer:tested-by \ --group=trailer:reported-by \ "$@" | - sed -e 's/^[ 0-9]*[ ]//' -e 's/$/,/' | + sed -e '/: \(Claude\|Gemini\|ChatGPT\) /d' \ + -e 's/^[ 0-9]*[ ]//' -e 's/$/,/' | sort -u }