summaryrefslogtreecommitdiff
path: root/tools/meson-git-contrib.sh
blob: ac031638e0da382f402b72969200d19cdb5e1d65 (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