summaryrefslogtreecommitdiff
path: root/tools/meson-git-contrib.sh
blob: 514daa0949a709b26f6530392ea0d3f58f293427 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh
set -eu

git shortlog -s `git describe --abbrev=0`.. | \
        cut -c8- | \
        sed 's/ / /g' | \
        awk '{ print $$0 "," }' | \
        sed -e 's/ / /g' | \
        sort -u