Steven Myint 095740253c Handle Latin-1 encoded text in diffs | il y a 11 ans | |
---|---|---|
.. | ||
context | il y a 11 ans | |
crlf | il y a 11 ans | |
diff-ru | il y a 11 ans | |
diff-ru-bin | il y a 11 ans | |
git | il y a 11 ans | |
git-bin | il y a 11 ans | |
git-log | il y a 11 ans | |
git-perm | il y a 11 ans | |
hg-log | il y a 11 ans | |
latin1 | il y a 11 ans | |
strange | il y a 11 ans | |
svn | il y a 11 ans | |
svn-log | il y a 11 ans | |
svn-merge | il y a 11 ans | |
svn-property | il y a 11 ans | |
README | il y a 11 ans | |
profile.sh | il y a 11 ans | |
regression.sh | il y a 11 ans | |
test_cdiff.py | il y a 11 ans |
# 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