1
0
mirror of https://github.com/systemd/systemd.git synced 2024-10-27 10:25:37 +03:00
systemd/tools/git-contrib.sh
2020-11-10 14:12:27 +01:00

7 lines
144 B
Bash
Executable File

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