This package browser is in early development. Mind the rough edges.

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.

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:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/diffstat/badges/latest-version.svg)](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]]