mirror of
https://github.com/systemd/systemd.git
synced 2024-11-27 12:13:33 +08:00
git-contrib: simplify implementation a bit
This commit is contained in:
parent
24e2494407
commit
9c70fc2164
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user