aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/contributors2
1 files changed, 2 insertions, 0 deletions
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