From: Junio C Hamano Date: Sat, 11 Jul 2026 22:14:29 +0000 (-0700) Subject: Meta/Announce: do not credit AI agents X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=41676e2441c853d8f09748c64fc2e8f60cdab756;p=thirdparty%2Fgit.git Meta/Announce: do not credit AI agents --- diff --git a/Announce b/Announce 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 }