Systemd/tools/git-contrib.sh
2020-07-08 17:31:43 +02:00

7 lines
117 B
Bash
Executable file

#!/bin/sh
set -eu
git shortlog -s `git describe --abbrev=0`.. | \
awk '{ $1=""; print $0 "," }' | \
sort -u