Git Stats parses shortlog information to get stats about the files changed, additions, and deletions. For example:
$ git stats origin..HEAD
Author Commits Changed Files Insertions Deletions
Luke Hsiao 19 42 +2816 -252
cargo install git-stats --locked
```
Usage: git-stats [OPTIONS]
Arguments:
Options: -v, --verbose... More output per occurrence -q, --quiet... Less output per occurrence -h, --help Print help information -V, --version Print version information
```