1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2024-10-28 20:25:25 +03:00
systemd-stable/tools/meson-git-contrib.sh

10 lines
197 B
Bash
Raw Normal View History

2017-12-24 09:53:20 +03:00
#!/bin/sh
set -eu
2017-04-15 07:16:23 +03:00
git shortlog -s `git describe --abbrev=0`.. | \
cut -c8- | \
sed 's/ / /g' | \
awk '{ print $$0 "," }' | \
sed -e 's/ / /g' | \
sort -u