diffstat
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.
- Versions: 1.65
- 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 the latest version of diffstat
as follows:
guix install diffstat
Or install a particular version:
guix install diffstat@1.65
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.
Badge code
You can use the following badge to inform users of diffstat about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/diffstat'><img src='https://packages.guix.gnu.org/packages/diffstat/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/diffstat)
Example Org:
[[https://packages.guix.gnu.org/packages/diffstat][https://packages.guix.gnu.org/packages/diffstat/badges/latest-version.svg]]