blob: c543b3a5fa940a4cc1ec6297c1d55d6dcdb76995 [file] [log] [blame] [raw]
#!/bin/sh -eu
git shortlog -s `git describe --abbrev=0`.. | \
cut -c8- | \
sed 's/ / /g' | \
awk '{ print $$0 "," }' | \
sed -e 's/ / /g' | \
sort -u