]> git.ipfire.org Git - thirdparty/systemd.git/blob - tools/git-contrib.sh
man: fix incorrectly placed full stop
[thirdparty/systemd.git] / tools / git-contrib.sh
1 #!/bin/sh
2 set -eu
3
4 git shortlog -s `git describe --abbrev=0`.. | \
5 awk '{ $1=""; print $0 "," }' | \
6 sort -u