summaryrefslogtreecommitdiff
path: root/git/test/test_diff.py
Commit message (Expand)AuthorAgeFilesLines
* Deprecate Diffable.rename for .renamed_fileSebastian Thiel2016-05-191-0/+2
* Python 3 compat fixesVincent Driessen2016-04-201-1/+1
* Fix diff patch parser for paths with unsafe charsVincent Driessen2016-04-191-2/+27
* Make test stricterVincent Driessen2016-04-191-1/+1
* Make diff patch parsing more reliableVincent Driessen2016-04-191-2/+9
* Fix test casesVincent Driessen2016-04-141-4/+5
* Support "root" as a special value in .diff() callsVincent Driessen2016-04-141-1/+16
* Add test and fixture for diff index from raw formatJonathan Chu2016-03-161-0/+6
* fix(diff): mode-assertions now deal with 0Sebastian Thiel2015-07-291-0/+32
* Added advance usage examples to tutorial and made minor fixes.Sebastian Thiel2015-01-211-2/+4
* Now Diff.__str__ works correctly in all python versions.Sebastian Thiel2015-01-091-2/+2
* Fixed mode-handling in Diff creation, and added assertions to catch this in f...Sebastian Thiel2015-01-091-1/+5
* Added test to verify binary diffs are working as well.Sebastian Thiel2015-01-091-0/+12
* Added test to verify binary diffs are working as well.Sebastian Thiel2015-01-091-0/+10
* Added support for rename detection in raw mode (which is the default).Sebastian Thiel2015-01-081-0/+9
* Added assertion to better detect diff issues.Sebastian Thiel2015-01-081-1/+1
* Replaced ordered dict with standard version; used logging moduleSebastian Thiel2015-01-041-0/+1
* Removed 'from X import *' whereever possibleSebastian Thiel2015-01-041-3/+13
* Bumped version, updated changelog, reduced code smellSebastian Thiel2015-01-041-1/+1
* pep8 linting (trailing whitespace)Antoine Musso2014-11-161-6/+6
* pep8 linting (whitespace before/after)Antoine Musso2014-11-161-5/+5
* pep8 linting (blank lines expectations)Antoine Musso2014-11-161-0/+1
* pep8 linting (whitespaces)Antoine Musso2014-11-161-13/+11
* tabs to 4 spaces - this won't make integrating the patches easier, but it's p...Sebastian Thiel2014-02-091-94/+94
* Moved everything into the git subdirectory - some tests still need to be adju...Sebastian Thiel2010-11-251-0/+108