Get the latest tech news
Show HN: "Git who" – A new CLI tool for industrial-scale Git blaming
Git blame for file trees. Contribute to sinclairtarget/git-who development by creating an account on GitHub.
This flag also prints all file paths that were discovered while walking the commit history, including those no longer in the working tree: In the above two examples, Guido van Rossum is shown as the overall highest committer to the Parser/ directory, though it takes listing the entire tree with the-a flag to see that most of his commits were to files that have since been moved or deleted. The hist subcommand prints out a little bar chart / timeline of commit activity showing the history of contributions to the repository.
Or read this on Hacker News