From 23a7f3baa33265519840609dc54e950615ec39b1 Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Fri, 3 Jan 2020 18:04:08 +0200 Subject: Merge some QoL improvements from staging branch - Build executable in top-level buildroot - Use meson sourceset - Pull in poi-crash and poi-update from staging - Remove extraneous scripts in tools/ - Pull in configure scripts in scripts/ --- tools/list-authors.sh | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100755 tools/list-authors.sh (limited to 'tools/list-authors.sh') diff --git a/tools/list-authors.sh b/tools/list-authors.sh deleted file mode 100755 index 430d4a9..0000000 --- a/tools/list-authors.sh +++ /dev/null @@ -1,12 +0,0 @@ -#!/usr/bin/bash - -# git shortlog: -# -s (--summary): suppress commit description -# -n (--numbered): sort according to number of commits per author -# -e (--email): show email address of author - -# sed: -# replace (any spaces)(any numbers)(any spaces) with ' - ' -# this replaces the commit numbers and turns it into a bullet list -git shortlog -sne $1 | sed -e 's/^\s*[0-9]*\s*/ - /g' - -- cgit v1.2.1