]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
git-contrib: exclude -rc tags
authorLennart Poettering <lennart@poettering.net>
Tue, 10 Nov 2020 13:12:27 +0000 (14:12 +0100)
committerLennart Poettering <lennart@poettering.net>
Tue, 10 Nov 2020 13:12:27 +0000 (14:12 +0100)
tools/git-contrib.sh

index cc0f99169c9c136c320148cb88fec68367e2c28a..f6fccd60462b65d2f06e769c4b52793fcd64a056 100755 (executable)
@@ -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