diff options
Diffstat (limited to 'tools/meson-git-contrib.sh')
-rwxr-xr-x | tools/meson-git-contrib.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/meson-git-contrib.sh b/tools/meson-git-contrib.sh new file mode 100755 index 0000000000..1c614ef511 --- /dev/null +++ b/tools/meson-git-contrib.sh @@ -0,0 +1,7 @@ +#!/bin/sh -eu + +git shortlog -s `git describe --abbrev=0`.. | \ + cut -c8- | \ + sed 's/ / /g' | \ + awk '{ print $$0 "," }' | \ + sort -u |