Matt Wang
95fbe19a62
Merge branch 'rename-to-ydiff'
Fix issue #66 .
il y a 6 ans
Matt Wang
ba7dea407c
Rename to ydiff (version 1.1)
il y a 6 ans
Matt Wang
31c3213ad0
Refactor: init DiffMarker object with flags.
Do not test internal methods.
il y a 6 ans
Matt Wang
1ba4bc8f02
Simplify list generating code with style updates.
- Use single quotes
- No more backslashes at line end
il y a 6 ans
Matt Wang
719e24be23
Update test data with missing EOL.
For some cases missing EOL is expected, but diff -b will ignore EOL
difference, use cmp instead.
il y a 6 ans
Matt Wang
22793881dc
Merge pull request #74 from dimonomid/wrap_optimize
Optimize output
il y a 6 ans
Matt Wang
7e0cf85d85
Merge pull request #73 from dimonomid/wrap_readme
Update readme with --wrap details
il y a 6 ans
Dmitry Frank
cac52eae4e
Optimize output
Remove workarounds added while implementing --wrap, so that redundand
trailing sequences like `\x1b[32m\x1b[0m` are removed.
Also, actually run wrap regression tests; it should have been done in
the --wrap commit but somehow slipped away while addressing PR comments.
il y a 6 ans
Dmitry Frank
3b5e02a04f
Update readme with --wrap details
il y a 6 ans
Matt Wang
05209aa5b2
Merge pull request #72 from dimonomid/wrap
Implement --wrap flag
il y a 6 ans
Dmitry Frank
507e736ccb
Implement --wrap flag
Which causes long lines to be nicely wrapped in side-by-side mode. To be
used primarily with `-s -w0`.
il y a 6 ans
Matthew Wang
a1a33a52b7
Merge pull request #63 from leeor/master
added an argument to control tab expansion
il y a 7 ans
Leeor Aharon
6653ed39ed
fixed tests for tab expansion
il y a 7 ans
Leeor Aharon
11d2e1556a
added an argument to control tab expansion
il y a 7 ans
Matthew Wang
911bc91c6a
Bump up version to 1.0
il y a 8 ans
Matthew Wang
2523f26b49
Merge branch 'CDIFF_OPTIONS'
il y a 8 ans
Matthew Wang
a723fbe398
Add a minimal test to cover handling CDIFF_OPTIONS
il y a 8 ans
Matthew Wang
f3fe271a35
Fix #59 with env variable CDIFF_OPTIONS
il y a 8 ans
Matthew Wang
9b88181d52
Add instruction to install with homebrew
il y a 8 ans
Matthew Wang
fc5341a10b
Merge branch 'pep8'
Implement pep8 check. Excludes `E203 whitespace before ':'` for now.
il y a 8 ans
Matthew Wang
1a433ff5d7
Implement pep8 check
Excludes E203 whitespace before ':' for now.
TODO: look into pep8 for why `# nopep8` does not work here
il y a 8 ans
Matthew Wang
1b325c13de
Manage requirements in requirements.txt
il y a 8 ans
Matthew Wang
2a67fb2858
Ignores envs/ (for virtualenv)
il y a 8 ans
Matthew Wang
62a1528a31
Disable one more test that do not pass on travis due to tty problem
il y a 8 ans
Matthew Wang
c07163334d
Disable tests that do not pass on travis due to tty problem
il y a 8 ans
Matthew Wang
5c28b597e9
Remove a negative test fails without tty
il y a 8 ans
Matthew Wang
47c8527c79
Re-enable coverage test
il y a 8 ans
Matthew Wang
bd099f3a87
Fix a test that does not pass when stdin is closed
il y a 8 ans
Matthew Wang
927820dd9c
Merge branch 'travis-fix'
il y a 8 ans
Matthew Wang
588f664ed9
Try turn off coverage, blame travis
il y a 8 ans
Matthew Wang
c82281670d
Limit coverage < 4
il y a 8 ans
Matthew Wang
c600eb20c3
Run apt-get update first
il y a 8 ans
Matthew Wang
841e2fb45a
Use 2-space indention for .travis.yml
il y a 8 ans
Matthew Wang
4ab62ce0bd
Update for 0.9.8
il y a 8 ans
Matthew Wang
dedae36c8b
Upgrade pypi registratioin
il y a 8 ans
Matthew Wang
8f4d68e171
Fix special hunk meta handling in unit tests
il y a 9 ans
Matthew Wang
40a2c47d02
Merge branch 'old-new-path-recogonize'
il y a 9 ans
Matthew Wang
ac8917d826
Add tests from issue #25
il y a 9 ans
Matthew Wang
f246c518de
Fix issue #25 w/ logic to recogonize old/new path
il y a 9 ans
Matthew Wang
7bf5bec0fc
Fix default old/new address when they are missing
il y a 9 ans
ymattw
b63607d3c9
Merge pull request #50 from fgimian/git-cdiff-info
Added another suggested way to use cdiff with git
il y a 9 ans
Fotis Gimian
ac3467acaa
Added another suggested way to use cdiff with git
il y a 9 ans
Matthew Wang
2cf37af55e
Bump up version
il y a 9 ans
Matthew Wang
ffa865c38f
Merge pull request #45 from ymattw/diff-of-diff
Diff of diff
il y a 9 ans
Matthew Wang
2c9ed9adf5
Pygments 2.0.2 does now requires python >= 3.3
Trying an older version
il y a 9 ans
Matthew Wang
7e4821ae77
Add more tests to cover diff of diff
il y a 9 ans
Matthew Wang
10fa1e838a
Fix issue 44: unexpected side-by-side output for diff of diff
Common error of using lstrip:
lstrip('\x00+') will eat all '+' after '\x00'
il y a 9 ans
Matthew Wang
67c9831973
Merge branch 'solarized'
il y a 10 ans
Matthew Wang
476efa1a1c
Update tests accordingly
il y a 10 ans
Matthew Wang
9d7c723102
No more lightgreen, it's unreadable in solarized color scheme
People complains lightgreen is nearly unreadable in solarized dark color
scheme. Use green instead, which looks good enough for both
il y a 10 ans