]> git.ipfire.org Git - thirdparty/systemd.git/blame - tools/meson-git-contrib.sh
final v236 update (#7649)
[thirdparty/systemd.git] / tools / meson-git-contrib.sh
CommitLineData
86b3ca7a 1#!/bin/sh -eu
177929c2
ZJS
2
3git shortlog -s `git describe --abbrev=0`.. | \
b884196c
ZJS
4 cut -c8- | \
5 sed 's/ / /g' | \
6 awk '{ print $$0 "," }' | \
7c34a0a3 7 sed -e 's/ / /g' | \
b884196c 8 sort -u