diff --git a/CONTRIBUTORS b/CONTRIBUTORS new file mode 100644 index 000000000..98c5a434e --- /dev/null +++ b/CONTRIBUTORS @@ -0,0 +1,4 @@ + 179 Aldo Cortesi + 18 Henrik Nordstrom + 13 Thomas Roth + 1 Henrik Nordström diff --git a/doc-src/_websitelayout.html b/doc-src/_websitelayout.html index ad8eb3170..8e2fccaca 100644 --- a/doc-src/_websitelayout.html +++ b/doc-src/_websitelayout.html @@ -4,9 +4,9 @@

mitmproxy


diff --git a/scripts/contributors b/scripts/contributors new file mode 100755 index 000000000..75b97c6cc --- /dev/null +++ b/scripts/contributors @@ -0,0 +1,2 @@ +#!/bin/sh +git log | grep "^Author:" | sed 's/ <.*//; s/^Author: //' | sort | uniq -c | sort -nr