Created
October 4, 2012 11:01
-
-
Save mehlah/3832962 to your computer and use it in GitHub Desktop.
Descending sort of Ruby files in a repository by number of commits
This file contains 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 log --name-only --no-merges | grep \.rb$ | sort | uniq -c | sort -nr |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment