Last active
October 6, 2021 21:10
-
-
Save hexpunk/e8b103f70557d4396ae064772e84f569 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/usr/bin/time -l sh -c "find -type f -not -path '\./\.git/*' -not -path '\./node_modules/*' -exec sh -c \"git --no-pager blame --line-porcelain '{}' | sed -n 's/^author //p'\" 2>/dev/null \; | sort | uniq -c | sort -rn" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment