git-contrib: exclude -rc tags

This commit is contained in:
Lennart Poettering 2020-11-10 14:12:27 +01:00
parent 6fc5b95124
commit 53eedd5011
1 changed files with 1 additions and 1 deletions

View File

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