git-who

Recursively show git blame information for all files in a directory tree

brewmacoslinux
Try with needOr install directly
Source

About

Git blame for file trees

Commands

git-who

Examples

Show blame information for all files in current directory and subdirectories$ git who
Show blame for a specific directory$ git who src/
Display blame with summary statistics for the entire project$ git who --summary