mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-06 01:57:40 +00:00
76c6c68aad
Approved by: portmgr (blanket)
7 lines
288 B
Plaintext
7 lines
288 B
Plaintext
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/
|