]> git.ipfire.org Git - thirdparty/systemd.git/blob - tools/git-contrib.sh
Merge pull request #16257 from keszybz/two-fuzzer-issues
[thirdparty/systemd.git] / tools / 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