mirror of
https://github.com/systemd/systemd.git
synced 2024-12-04 07:43:38 +08:00
git-contrib: exclude -rc tags
This commit is contained in:
parent
6fc5b95124
commit
53eedd5011
@ -1,6 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
set -eu
|
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 "," }' | \
|
awk '{ $1=""; print $0 "," }' | \
|
||||||
sort -u
|
sort -u
|
||||||
|
Loading…
Reference in New Issue
Block a user