aboutsummaryrefslogtreecommitdiff
path: root/git/diff.py
AgeCommit message (Expand)Author
2016-06-14Store raw path bytes in Diff instancesVincent Driessen
2016-06-06Don't choke on (legitimately) invalidly encoded Unicode pathsVincent Driessen
2016-05-30Fix bug in diff parser outputVincent Driessen
2016-05-19Deprecate Diffable.rename for .renamed_fileSebastian Thiel
2016-04-20Python 3 compat fixesVincent Driessen
2016-04-19Fix diff patch parser for paths with unsafe charsVincent Driessen
2016-04-19Fix order of regex partsVincent Driessen
2016-04-19Fix regexVincent Driessen
2016-04-19Make diff patch parsing more reliableVincent Driessen
2016-04-14Perform diff-tree recursively to have the same output as diffVincent Driessen
2016-04-14Export NULL_TREEVincent Driessen
2016-04-14Use a special object rather than a stringVincent Driessen
2016-04-14Support "root" as a special value in .diff() callsVincent Driessen
2016-03-15Split diff line by '\t' for metadata and pathJonathan Chu
2015-07-29fix(diff): mode-assertions now deal with 0Sebastian Thiel
2015-03-02Store path attribute on Diff objectJames E. Blair
2015-01-22Overhauled all tutorials, and placed them in a unit-test.Sebastian Thiel
2015-01-09Now Diff.__str__ works correctly in all python versions.Sebastian Thiel
2015-01-09Fixed mode-handling in Diff creation, and added assertions to catch this in f...Sebastian Thiel
2015-01-09Added test to verify binary diffs are working as well.Sebastian Thiel
2015-01-08Added support for rename detection in raw mode (which is the default).Sebastian Thiel
2015-01-08Added assertion to better detect diff issues.Sebastian Thiel
2015-01-05test_diff worksSebastian Thiel
2015-01-05test_commit works once againSebastian Thiel
2015-01-04initial set of adjustments to make (most) imports work.Sebastian Thiel
2015-01-04Bumped version, updated changelog, reduced code smellSebastian Thiel
2014-11-19Applied autopep8Sebastian Thiel
2014-11-16pep8 linting (trailing whitespace)Antoine Musso
2014-11-16pep8 linting (whitespace before/after)Antoine Musso
2014-11-16pep8 linting (blank lines expectations)Antoine Musso
2014-11-16pep8 linting (whitespaces)Antoine Musso
2014-07-17Untested fix for #172Sebastian Thiel
2014-02-09tabs to 4 spaces - this won't make integrating the patches easier, but it's p...Sebastian Thiel
2011-01-12OSX Signal handling: removed previous hack to fix it somehow using sleep - th...Sebastian Thiel
2011-01-06Added the bugfix code as a utility function to be reused wherever this specif...Andreas Gutsche
2010-11-25Moved everything into the git subdirectory - some tests still need to be adju...Sebastian Thiel