Matthew Wang 0525f7c1dc Handle 'Only in <dir>: ' header in output from diff -ru d1 d2 12 years ago
..
crlf for issue #7: merge 4f29fc8 by @yaccz, implement auto test cases w/o shunit2 12 years ago
dir Handle 'Only in <dir>: ' header in output from diff -ru d1 d2 12 years ago
git for issue #7: merge 4f29fc8 by @yaccz, implement auto test cases w/o shunit2 12 years ago
hg-log Test patch from hg log -p 12 years ago
strange for issue #7: merge 4f29fc8 by @yaccz, implement auto test cases w/o shunit2 12 years ago
svn for issue #7: merge 4f29fc8 by @yaccz, implement auto test cases w/o shunit2 12 years ago
svn-log Better patch parser; support svn log --diff 12 years ago
README Handle 'Only in <dir>: ' header in output from diff -ru d1 d2 12 years ago
profile.sh Script and make targets for profiling 12 years ago
regression.sh More clean test result 12 years ago
test_cdiff.py Handle 'Only in <dir>: ' header in output from diff -ru d1 d2 12 years ago

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