git-who is a command-line tool that answers the question: who wrote this code? Unlike git blame which attributes individual lines, git-who aggregates all lines of code written by each author to provide a complete picture of code ownership across your entire codebase.
Key features include:
The tool is useful for developers and maintainers who need a clear overview of project contributions and code ownership. It works with both professional and hobby projects, helping teams understand who built which components or subsystems in a single command. Installation is straightforward via package managers like Homebrew, Docker, or from source.
$ brew install git-who
★ 2.7k · v2.3.0 · typescript
★ 18k · v7.5.0 · shell