Created
October 26, 2023 19:52
-
-
Save golive/0b08146ca789e3b4d6ac6e13d16e8659 to your computer and use it in GitHub Desktop.
Authors by current lines (Ruby)
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
git ls-files -z '*.rb' | xargs -0n1 git blame -w --line-porcelain | grep -E "author " | sed 's/author //' | sort -f | uniq -c | sort -nr |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment