1999-11-26 21:40:38 +01:00
|
|
|
This program takes the output of "diff" and makes an ASCII graph
|
|
|
|
showing how many lines were inserted, deleted, or changed in the
|
|
|
|
files that were compared. It can interpret unified or context
|
|
|
|
diffs, or the default format generated by "diff".
|
|
|
|
|
2012-02-15 07:46:18 +01:00
|
|
|
WWW: http://invisible-island.net/diffstat/
|