Created
December 15, 2015 18:00
-
-
Save camsaul/64af2e323eae7c821968 to your computer and use it in GitHub Desktop.
Perl script to deduce the primary authors of a git project
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
Processing src/toucan_finder/models/bird.clj... | |
Processing src/toucan_finder/models/blueberry.clj... | |
Processing src/toucan_finder/util.clj... | |
[...] | |
Total: 94 files, 12804 lines | |
Cam Saül -> 8955 (69.9 %) | |
Rasta Toucan -> 3115 (24.3 %) | |
Lucky Bird -> 584 (4.6 %) | |
Trash Bird -> 136 (1.2 %) |
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
cd my-repo && ./project-authors.pl `find src -name "*.clj"` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment