Meta/Announce: do not credit AI agents

todo
Junio C Hamano 2026-07-11 15:14:29 -07:00
parent d7de0c6c90
commit 41676e2441
1 changed files with 2 additions and 1 deletions

View File

@ -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
}