Systemd/tools/meson-git-contrib.sh

10 lines
197 B
Bash
Raw Normal View History

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