ad4c7476b1
diffstat reads the output of diff and displays a histogram of the insertions, deletions, and modifications per-file. It is useful for reviewing large, complex patch files. from Jon Olsson, minor cleanup/nitpicks from me and naddy@
4 lines
173 B
Plaintext
4 lines
173 B
Plaintext
diffstat reads the output of diff and displays a histogram of the
|
|
insertions, deletions, and modifications per-file. It is useful for
|
|
reviewing large, complex patch files.
|