diff options
author | Aldo Cortesi <aldo@nullcube.com> | 2013-01-28 21:59:03 +1300 |
---|---|---|
committer | Aldo Cortesi <aldo@nullcube.com> | 2013-01-28 21:59:03 +1300 |
commit | 57f01ffb07a7f32fa9679787e8894cf4917b022b (patch) | |
tree | c01dc6ae80fa36d4ba7faa628abb06406b31be83 /scripts | |
parent | 1e0bab65e3131829560383d147a192e0912c2fe9 (diff) | |
download | mitmproxy-57f01ffb07a7f32fa9679787e8894cf4917b022b.tar.gz mitmproxy-57f01ffb07a7f32fa9679787e8894cf4917b022b.tar.bz2 mitmproxy-57f01ffb07a7f32fa9679787e8894cf4917b022b.zip |
Test suite, remove extraneous code.
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/contributors | 2 |
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 |