chiark / gitweb /
Support system_bus_socket to be found in /var/run/dbus as well as /run/dbus.
[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