This website requires JavaScript.
Explore
Help
Register
Sign In
Rooba
/
mitmproxy
mirror of
https://github.com/mitmproxy/mitmproxy.git
Watch
1
Star
1
Fork
You've already forked mitmproxy
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
e42136a6ef
mitmproxy
/
scripts
/
contributors
3 lines
96 B
Bash
Executable File
Raw
Blame
History
#!/bin/sh
git log
|
grep
"^Author:"
|
sed
's/ <.*//; s/^Author: //'
|
sort
|
uniq -c
|
sort -nr
Reference in New Issue
View Git Blame
Copy Permalink