]> git.ipfire.org Git - thirdparty/systemd.git/blob - tools/meson-git-contrib.sh
test-network: use wait-online in NetworkdBondTests
[thirdparty/systemd.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