mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 00:14:32 +09:00
git-contrib: exclude -rc tags
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user