Matthew Wang a413a0351d Handle 'Binary files ... differ' hace 11 años
..
crlf for issue #7: merge 4f29fc8 by @yaccz, implement auto test cases w/o shunit2 hace 11 años
diff-ru Handle 'Binary files ... differ' hace 11 años
diff-ru-bin Handle 'Binary files ... differ' hace 11 años
git for issue #7: merge 4f29fc8 by @yaccz, implement auto test cases w/o shunit2 hace 11 años
git-bin Handle 'Binary files ... differ' hace 11 años
hg-log Test patch from hg log -p hace 11 años
strange for issue #7: merge 4f29fc8 by @yaccz, implement auto test cases w/o shunit2 hace 11 años
svn for issue #7: merge 4f29fc8 by @yaccz, implement auto test cases w/o shunit2 hace 11 años
svn-log Better patch parser; support svn log --diff hace 11 años
README Handle 'Only in <dir>: ' header in output from diff -ru d1 d2 hace 11 años
profile.sh Script and make targets for profiling hace 11 años
regression.sh Support reading diff or log for given files/dirs in workspace (usage changed on reading a patch file or two given files!) hace 11 años
test_cdiff.py Handle 'Binary files ... differ' hace 11 años

README

# To generate expected output, chdir to a subdir and use following command, then
# review with `less -R`
#
../../cdiff.py -c always < in.diff > out.normal
../../cdiff.py -c always -s < in.diff > out.side-by-side
../../cdiff.py -c always -s < in.diff -w70 > out.w70