chiark / gitweb /
Prep v239: sync manager_get_user_by_pid() with upstream updates
[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