blob: 3186d4709b2ec53f410bd063742b379c2df15518 (
plain) (
blame)
1
2
3
4
|
Unlike `git blame`, which can tell you who wrote a line of code, git-who tells
you the people responsible for entire components or subsystems in a codebase.
You can think of git-who sort of like `git blame` but
for file trees rather than individual files.
|