mitmproxy/scripts/contributors

3 lines
96 B
Plaintext
Raw Normal View History

#!/bin/sh
git log | grep "^Author:" | sed 's/ <.*//; s/^Author: //' | sort | uniq -c | sort -nr