mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 21:30:31 -04:00
6 lines
288 B
Text
6 lines
288 B
Text
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".
|
|
|
|
WWW: https://invisible-island.net/diffstat/
|