Matt Rogers <mattr94@xxxxxxxxx> writes: > some-file.txt | 0 > > This is easy enough to parse through when it's a small number of files but when > there is ~1000 files with only maybe 1500 insertions/deletions showing it's not > really useful to me to see a list of those 1000 files, if there was a way to > sort by number of insertion/deletions or filter out the files that had 0 > effective changes that would solve my problem. Whether you are interested in whitespace or not, if you are processing the diff output with scripts, --numstat (not --stat) may be simpler to work with.