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