summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2021-03-17 16:50:27 +0100
committerLennart Poettering <lennart@poettering.net>2021-03-17 16:53:14 +0100
commit1ab4edae12bd9e6ae43e4eb1007f86a50f78cc03 (patch)
tree4fd3481805bee1b5d12fb820fc904bf06cc94568 /tools
parent264f1e5c3de31884458b48cdf42e7c995f8328a7 (diff)
downloadsystemd-1ab4edae12bd9e6ae43e4eb1007f86a50f78cc03.tar.gz
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.
Diffstat (limited to 'tools')
-rwxr-xr-xtools/git-contrib.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/git-contrib.sh b/tools/git-contrib.sh
index fdae898551..23012a587a 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