systemd/tools/meson-git-contrib.sh

10 lines
197 B
Bash
Raw Normal View History

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