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

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