aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@nullcube.com>2013-01-28 21:59:03 +1300
committerAldo Cortesi <aldo@nullcube.com>2013-01-28 21:59:03 +1300
commit57f01ffb07a7f32fa9679787e8894cf4917b022b (patch)
treec01dc6ae80fa36d4ba7faa628abb06406b31be83 /scripts
parent1e0bab65e3131829560383d147a192e0912c2fe9 (diff)
downloadmitmproxy-57f01ffb07a7f32fa9679787e8894cf4917b022b.tar.gz
mitmproxy-57f01ffb07a7f32fa9679787e8894cf4917b022b.tar.bz2
mitmproxy-57f01ffb07a7f32fa9679787e8894cf4917b022b.zip
Test suite, remove extraneous code.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/contributors2
1 files changed, 1 insertions, 1 deletions
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