Registration is now invite-only. Any user can make an invite, you need to create it here and give resulting link to someone to register.

About project

The diff command compares files line by line. Diffstat reads the output
of the diff command and displays a histogram of the insertions, deletions
and modifications in each file. Diffstat is commonly used to provide
a summary of the changes in large, complex patch files.

Install diffstat if you need a program which provides a summary of the
diff command's output. You'll need to also install diffutils.

Last commit

avatar
Andrey Bondrov has added c3e0e70629
New version 1.64

Files in

100644 | 31 lines (24 sloc) | 716 Bytes
Summary:	A utility which provides statistics based on the output of diff
Name:		diffstat
Version:	1.64
Release:	1
License:	MIT
Group:		Development/Other
Url:		http://invisible-island.net/diffstat/diffstat.html
Source0: 	ftp://invisible-island.net/diffstat/%name-%version.tgz

%description
Diffstat is is useful for reviewing large, complex patch files. It reads from
one or more input files which contain output from diff, producing a histogram
of the total lines changed for each file referenced.

%files
%doc CHANGES
%{_bindir}/diffstat
%{_mandir}/man1/diffstat.1*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure
%make

%install
%makeinstall_std