Systemd/tools/meson-git-contrib.sh

8 lines
146 B
Bash
Raw Normal View History

2017-04-15 06:16:23 +02:00
#!/bin/sh -e
git shortlog -s `git describe --abbrev=0`.. | \
cut -c8- | \
sed 's/ / /g' | \
awk '{ print $$0 "," }' | \
sort -u