Matthew Wang 7881a41f69 - Naming enhancement for unified diff před 11 roky
..
crlf for issue #7: merge 4f29fc8 by @yaccz, implement auto test cases w/o shunit2 před 11 roky
diff-ru Handle 'Binary files ... differ' před 11 roky
diff-ru-bin Handle 'Binary files ... differ' před 11 roky
git for issue #7: merge 4f29fc8 by @yaccz, implement auto test cases w/o shunit2 před 11 roky
git-bin Handle 'Binary files ... differ' před 11 roky
git-perm Fixed #14 by tolerating dangling headers and short patch < 4 lines před 11 roky
hg-log Test patch from hg log -p před 11 roky
strange for issue #7: merge 4f29fc8 by @yaccz, implement auto test cases w/o shunit2 před 11 roky
svn for issue #7: merge 4f29fc8 by @yaccz, implement auto test cases w/o shunit2 před 11 roky
svn-log Better patch parser; support svn log --diff před 11 roky
svn-merge Fixed #14 by tolerating dangling headers and short patch < 4 lines před 11 roky
README Handle 'Only in <dir>: ' header in output from diff -ru d1 d2 před 11 roky
profile.sh Script and make targets for profiling před 11 roky
regression.sh Support reading diff or log for given files/dirs in workspace (usage changed on reading a patch file or two given files!) před 11 roky
test_cdiff.py - Naming enhancement for unified diff - Fix extra newline introduced by r"""\ před 11 roky

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