summaryrefslogtreecommitdiff
path: root/tools/git-contrib.sh
blob: 23012a587acc0ea5b1f39043be35e5ff5c41ba29 (plain)
1
2
3
4
5
6
7
#!/bin/sh
# SPDX-License-Identifier: LGPL-2.1-or-later
set -eu

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