chiark / gitweb /
test-sizeof: also print float types from ISO/IEC TS 18661-3
[elogind.git] / tools / meson-git-contrib.sh
1 #!/bin/sh
2 set -eu
3
4 git shortlog -s `git describe --abbrev=0`.. | \
5         cut -c8- | \
6         sed 's/ / /g' | \
7         awk '{ print $$0 "," }' | \
8         sed -e 's/ / /g' | \
9         sort -u