Show The diffstat Summary Of A Commit
Use the --stat
flag when running git show
on a commit to see the diffstat
summary of that commit. For instance, this is what I get for a recent commit to delve:
The following is a description of the diffstat
program
This program reads the output of diff and displays a histogram of the insertions, deletions, and modifications per-file.
See man git-show
and man diffstat
for more details.
Last updated