Matt Wang ba7dea407c Rename to ydiff (version 1.1) 6 년 전
..
context Update test data with missing EOL. 6 년 전
crlf Update test data with missing EOL. 6 년 전
diff-of-diff Implement --wrap flag 6 년 전
diff-ru Update test data with missing EOL. 6 년 전
diff-ru-bin Update test data with missing EOL. 6 년 전
evil-udiff Implement --wrap flag 6 년 전
git Update test data with missing EOL. 6 년 전
git-bin Update test data with missing EOL. 6 년 전
git-log Update test data with missing EOL. 6 년 전
git-perm Update test data with missing EOL. 6 년 전
hg-log Update test data with missing EOL. 6 년 전
latin1 Update test data with missing EOL. 6 년 전
strange Update test data with missing EOL. 6 년 전
svn Update test data with missing EOL. 6 년 전
svn-log Update test data with missing EOL. 6 년 전
svn-merge Update test data with missing EOL. 6 년 전
svn-property Update test data with missing EOL. 6 년 전
README Rename to ydiff (version 1.1) 6 년 전
profile.sh Rename to ydiff (version 1.1) 6 년 전
regression.sh Rename to ydiff (version 1.1) 6 년 전
test_ydiff.py Rename to ydiff (version 1.1) 6 년 전

README

# To generate expected output, chdir to a subdir and use following command, then
# review with `less -R`
#
../../ydiff.py -c always < in.diff > out.normal
../../ydiff.py -c always -s < in.diff > out.side-by-side
../../ydiff.py -c always -s < in.diff -w70 > out.w70
../../ydiff.py -c always -s < in.diff -w70 --wrap > out.w70.wrap