From 57f01ffb07a7f32fa9679787e8894cf4917b022b Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Mon, 28 Jan 2013 21:59:03 +1300 Subject: Test suite, remove extraneous code. --- scripts/contributors | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/contributors') diff --git a/scripts/contributors b/scripts/contributors index 75b97c6c..a7518219 100755 --- a/scripts/contributors +++ b/scripts/contributors @@ -1,2 +1,2 @@ #!/bin/sh -git log | grep "^Author:" | sed 's/ <.*//; s/^Author: //' | sort | uniq -c | sort -nr +git shortlog -n -s -- cgit v1.2.3