]> git.ipfire.org Git - thirdparty/systemd.git/blob - tools/git-contrib.sh
add ipv6 range element creation test cases
[thirdparty/systemd.git] / tools / git-contrib.sh
1 #!/bin/sh
2 set -eu
3
4 git shortlog -s `git describe --abbrev=0 --match 'v[0-9][0-9][0-9]'`.. | \
5 awk '{ $1=""; print $0 "," }' | \
6 sort -u