summaryrefslogtreecommitdiff
path: root/tools/git-contrib.sh
blob: fdae898551b3ca2298a1f9950db9f38b8a4090b6 (plain)
1
2
3
4
5
6
7
#!/bin/sh
# 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]'`.. | \
    awk '{ $1=""; print $0 "," }' | \
    sort -u