diffstat 1.65
Make histograms from the output of `diff'
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.
- Website: https://invisible-island.net/diffstat/
- Licenses: X11-style
- Package source: gnu/packages/version-control.scm
- Builds: See build status
- Issues: See known issues
Installation
Install diffstat 1.65
as follows:
guix install diffstat@1.65
Or install the latest version:
guix install diffstat
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.