Path to this page:
./
textproc/diffstat,
Display a histogram of diff changes
Branch: CURRENT,
Version: 1.65,
Package name: diffstat-1.65,
Maintainer: snjdiffstat is a simple filter that reads the output of the diff(1) program, and
produces a histogram of the total number of lines that were changed. It is
useful for scanning a patch file to see which files were changed.
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 288.668 KB
Version history: (Expand)
- (2023-10-26) Updated to version: diffstat-1.65
- (2021-03-04) Updated to version: diffstat-1.64
- (2020-11-26) Updated to version: diffstat-1.63
- (2019-02-15) Updated to version: diffstat-1.62
- (2017-11-23) Package has been reborn
- (2016-03-05) Updated to version: diffstat-1.61
CVS history: (Expand)
2023-10-26 18:25:56 by Soren Jacobsen | Files touched by this commit (2) | |
Log message:
diffstat: Update to 1.65
Changes in 1.65:
+ correct case where there is no unified-context.
+ trim trailing '/' from pathnames, e.g., to handle
"diff -ru FOO/ BAR/ | diffstat -K" (report by "paxsali").
+ update configure macros
+ update config.guess, config.sub
|
2021-10-26 13:23:42 by Nia Alarie | Files touched by this commit (1161) |
Log message:
textproc: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Unfetchable distfiles (fetched conditionally?):
./textproc/convertlit/distinfo clit18src.zip
|
2021-10-07 17:02:49 by Nia Alarie | Files touched by this commit (1162) |
Log message:
textproc: Remove SHA1 hashes for distfiles
|
2021-03-04 11:11:42 by Nia Alarie | Files touched by this commit (2) | |
Log message:
diffstat: Update to 1.64
2021/01/12 (diffstat 1.64)
+ recognize binary files mentioned in "git diff --binary", and
"git log -p --binary" formatted files (report by Faheem Mitha).
+ update configure macros
+ update config.guess, config.sub
|
2020-11-25 22:52:57 by Nia Alarie | Files touched by this commit (2) | |
Log message:
diffstat: Update to 1.63
2019/11/29 (diffstat 1.63)
+ eliminate fixed buffer when decoding range.
+ use locale in computing filename column-width.
+ improve parsing for git diffs.
+ use terminal-width as default for -w to tty.
+ minor fix in do_merging (Miloslaw Smyk).
+ improve relative-pathname matching in count_lines()
+ add a parsing-case for svn diff.
+ quote filenames in -t/-T output.
+ fix cppcheck warnings about sscanf.
+ update configure macros
+ update config.guess, config.sub
|
2019-06-22 13:37:14 by Nia Alarie | Files touched by this commit (9) |
Log message:
Use https for all invisible-island.net HOMEPAGEs.
|
2019-02-15 20:55:58 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
diffstat: update to 1.62.
2018/08/15 (diffstat 1.62)
+ improve checks for unmodified files when -S and -D options are
given.
+ improve test-packages, to check warning-options.
+ minor fixes for manpage (Debian #895963)
+ update configure macros
+ update config.guess, config.sub
+ minor fixes for prefix-stripping with -S option.
|
2016-03-05 11:58:32 by Benny Siegert | Files touched by this commit (2) | |
Log message:
Update diffstat to 1.61.
2016/01/14 (diffstat 1.61)
+ add -T option to show amount of changes next to histogram.
+ if -S option is given, check for unmodified files and add those to
the report.
+ update configure macros
+ update config.guess, config.sub
|