summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
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