资 源 简 介
NDIFFSTAT
Some Source Code Management Systems are missing tools to do simple repository-changes analysis. For example with SVN (Subversion client) there is no simple way to locate the biggest changes between two revisions -AFAIK.
This project is an attempt to provide some diff-analysis functionalities in .NET. The first step was to make a "diffstat-like" program in C#.
diffstat is a command-line utility written in C++ (site) which can analyse a diff (difference between two files) and compute the number of added/deleted lines in the diff. It displays a nice ASCII-art histogram witch represents the amount of insertions/deletions in each files.
Using NDiffStat (Console Program)
NDiffStat console program currently supports only two options :
* -m : compute the number of lines modified
* -f 4 : detailed output - display the number off added / deleted line