From: Lennart Poettering Date: Wed, 17 Mar 2021 15:50:27 +0000 (+0100) Subject: tools: exclude Weblate bot from "ninja git-contrib" X-Git-Tag: v248-rc4~2^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1ab4edae12bd9e6ae43e4eb1007f86a50f78cc03;p=thirdparty%2Fsystemd.git tools: exclude Weblate bot from "ninja git-contrib" Bots are not people, no reason to say thanks to them and list them as authors or contributors. --- diff --git a/tools/git-contrib.sh b/tools/git-contrib.sh index fdae898551b..23012a587ac 100755 --- a/tools/git-contrib.sh +++ b/tools/git-contrib.sh @@ -2,6 +2,6 @@ # SPDX-License-Identifier: LGPL-2.1-or-later set -eu -git shortlog -s `git describe --abbrev=0 --match 'v[0-9][0-9][0-9]'`.. | \ +git shortlog --author=noreply@weblate.org --invert-grep -s `git describe --abbrev=0 --match 'v[0-9][0-9][0-9]'`.. | \ awk '{ $1=""; print $0 "," }' | \ sort -u