]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
tools: exclude Weblate bot from "ninja git-contrib"
authorLennart Poettering <lennart@poettering.net>
Wed, 17 Mar 2021 15:50:27 +0000 (16:50 +0100)
committerLennart Poettering <lennart@poettering.net>
Wed, 17 Mar 2021 15:53:14 +0000 (16:53 +0100)
Bots are not people, no reason to say thanks to them and list them as
authors or contributors.

tools/git-contrib.sh

index fdae898551b3ca2298a1f9950db9f38b8a4090b6..23012a587acc0ea5b1f39043be35e5ff5c41ba29 100755 (executable)
@@ -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