summaryrefslogtreecommitdiffstats
path: root/tools/git-contrib.sh
blob: cc0f99169c9c136c320148cb88fec68367e2c28a (plain)
1
2
3
4
5
6
#!/bin/sh
set -eu

git shortlog -s `git describe --abbrev=0`.. | \
    awk '{ $1=""; print $0 "," }' | \
    sort -u