blob: 10f5f1e9a28dee16f06773f079dfc7bb1604e728 (
plain)
1
2
3
|
This program is a simple filter that reads the output of the 'diff' program,
and produces a histogram of the total number of lines that were changed. It is
useful for scanning a patch file to see which files were changed.
|