Dmitry Frank cac52eae4e
Optimize output
hace 6 años
..
context Implement --wrap flag hace 6 años
crlf Optimize output hace 6 años
diff-of-diff Implement --wrap flag hace 6 años
diff-ru Optimize output hace 6 años
diff-ru-bin Optimize output hace 6 años
evil-udiff Implement --wrap flag hace 6 años
git Optimize output hace 6 años
git-bin Optimize output hace 6 años
git-log Optimize output hace 6 años
git-perm Implement --wrap flag hace 6 años
hg-log Implement --wrap flag hace 6 años
latin1 Implement --wrap flag hace 6 años
strange Implement --wrap flag hace 6 años
svn Optimize output hace 6 años
svn-log Implement --wrap flag hace 6 años
svn-merge Implement --wrap flag hace 6 años
svn-property Implement --wrap flag hace 6 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 Optimize output hace 6 años
test_cdiff.py Optimize output hace 6 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