From c3b20dc648cfd02d3a26bbd6fab0db5a7d39fc05 Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Tue, 16 Jan 2018 15:41:45 +0100 Subject: Fixed build scripts for use with the mercurial repository --- tools/gen_authors.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'tools') diff --git a/tools/gen_authors.sh b/tools/gen_authors.sh index 4f69c76..ed24634 100755 --- a/tools/gen_authors.sh +++ b/tools/gen_authors.sh @@ -15,8 +15,6 @@ # List of aliases # Aqua, Aqua-sama , Xian Nox, xiannox -git log --pretty="format:%an %ae" $1 \ - | sed -e 's/Aqua /Aqua-sama /g'\ - | sed -e 's/Xian Nox xian\.nox@gmail\.com/Aqua-sama aqua@iserlohn-fortress\.net/g'\ +hg log --template='{author}\n' \ | sort | uniq -c | sort -n -r \ | sed -e 's/^ *[0-9]* / /g' -- cgit v1.2.1