From 1ab4edae12bd9e6ae43e4eb1007f86a50f78cc03 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 17 Mar 2021 16:50:27 +0100 Subject: [PATCH] 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. --- tools/git-contrib.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3