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

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