Gitiles
Code Review
Sign In
gerrit.openfyde.cn
/
chromium.googlesource.com
/
chromiumos
/
third_party
/
systemd
/
refs/heads/stabilize-13970.B
/
.
/
tools
/
git-contrib.sh
blob: f6fccd60462b65d2f06e769c4b52793fcd64a056 [
file
] [
log
] [
blame
]
#!/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