From 80e023b5ba9fa5f4a9ec5cf4a60753e01a590c05 Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Sat, 19 Mar 2011 20:34:53 +1300 Subject: Add a script to generate a contributors list, and use it to make a CONTRIBUTORS file. --- scripts/contributors | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 scripts/contributors (limited to 'scripts') diff --git a/scripts/contributors b/scripts/contributors new file mode 100755 index 00000000..75b97c6c --- /dev/null +++ b/scripts/contributors @@ -0,0 +1,2 @@ +#!/bin/sh +git log | grep "^Author:" | sed 's/ <.*//; s/^Author: //' | sort | uniq -c | sort -nr -- cgit v1.2.3