git-contrib: simplify implementation a bit

This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2020-07-08 17:31:43 +02:00
parent 24e2494407
commit 9c70fc2164
1 changed files with 1 additions and 4 deletions

View File

@ -2,8 +2,5 @@
set -eu
git shortlog -s `git describe --abbrev=0`.. | \
cut -c8- | \
sed 's/ / /g' | \
awk '{ print $$0 "," }' | \
sed -e 's/ / /g' | \
awk '{ $1=""; print $0 "," }' | \
sort -u