首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > C/C++/VC++ > ndiffstat

ndiffstat

  • 资源大小:82.28 kB
  • 上传时间:2021-06-30
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签:

资 源 简 介

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

文 件 列 表

src
.hgignore
ConsoleApp
Lib
LICENSE.txt
NDiffStat.sln
NDiffStat.v11.suo
TestProject
bin
ndiffstat.exe
NDiffStatLib.dll
version.txt
VIP VIP
0.185212s