Matthew Wang fc9d859705 Add missing git config 11 년 전
..
crlf for issue #7: merge 4f29fc8 by @yaccz, implement auto test cases w/o shunit2 11 년 전
git for issue #7: merge 4f29fc8 by @yaccz, implement auto test cases w/o shunit2 11 년 전
hg-log Test patch from hg log -p 11 년 전
strange for issue #7: merge 4f29fc8 by @yaccz, implement auto test cases w/o shunit2 11 년 전
svn for issue #7: merge 4f29fc8 by @yaccz, implement auto test cases w/o shunit2 11 년 전
svn-log Better patch parser; support svn log --diff 11 년 전
README Better patch parser; support svn log --diff 11 년 전
profile.sh Script and make targets for profiling 11 년 전
regression.sh More clean test result 11 년 전
test_cdiff.py Add missing git config 11 년 전

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