diffstat

Produce graph of changes introduced by a diff file

brewmacoslinux
Try with needOr install directly
Source

About

Produce graph of changes introduced by a diff file

Commands

diffstat

Examples

Display summary statistics of a diff file$ diffstat file.patch
Show a histogram of changes from git diff output$ git diff | diffstat
Generate statistics with detailed file information$ diffstat -v file.patch