From 7c34a0a306ae6d856520184dfa91e94612dec9b1 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 3 Jul 2017 11:22:38 +0200 Subject: [PATCH] git-contrib: drop weird non-breaking spaces For some reason git shortlog spits out non-breaking spaces, let's remove that, as for our purposes (inclusion in NEWS) we really want breaking (i.e. normal) spaces. --- tools/meson-git-contrib.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/meson-git-contrib.sh b/tools/meson-git-contrib.sh index 1c614ef511e..c543b3a5fa9 100755 --- a/tools/meson-git-contrib.sh +++ b/tools/meson-git-contrib.sh @@ -4,4 +4,5 @@ git shortlog -s `git describe --abbrev=0`.. | \ cut -c8- | \ sed 's/ / /g' | \ awk '{ print $$0 "," }' | \ + sed -e 's/ / /g' | \ sort -u -- 2.47.3