summaryrefslogtreecommitdiff
path: root/git/diff.py
Commit message (Expand)AuthorAgeFilesLines
* Don't choke on (legitimately) invalidly encoded Unicode pathsfix-dont-choke-on-invalid-unicode-pathsVincent Driessen2016-06-061-4/+4
* Fix bug in diff parser outputfix-octal-escaped-path-parser-bugVincent Driessen2016-05-301-2/+15
* Deprecate Diffable.rename for .renamed_fileSebastian Thiel2016-05-191-1/+10
* Python 3 compat fixesVincent Driessen2016-04-201-1/+4
* Fix diff patch parser for paths with unsafe charsVincent Driessen2016-04-191-13/+34
* Fix order of regex partsVincent Driessen2016-04-191-3/+4
* Fix regexVincent Driessen2016-04-191-2/+2
* Make diff patch parsing more reliableVincent Driessen2016-04-191-10/+22
* Perform diff-tree recursively to have the same output as diffVincent Driessen2016-04-141-0/+2
* Export NULL_TREEVincent Driessen2016-04-141-1/+1
* Use a special object rather than a stringVincent Driessen2016-04-141-2/+5
* Support "root" as a special value in .diff() callsVincent Driessen2016-04-141-4/+10
* Split diff line by '\t' for metadata and pathJonathan Chu2016-03-151-1/+2
* fix(diff): mode-assertions now deal with 0Sebastian Thiel2015-07-291-2/+2
* Store path attribute on Diff objectJames E. Blair2015-03-021-2/+7
* Overhauled all tutorials, and placed them in a unit-test.Sebastian Thiel2015-01-221-3/+1
* Now Diff.__str__ works correctly in all python versions.Sebastian Thiel2015-01-091-7/+29
* Fixed mode-handling in Diff creation, and added assertions to catch this in f...Sebastian Thiel2015-01-091-2/+5
* Added test to verify binary diffs are working as well.Sebastian Thiel2015-01-091-10/+20
* Added support for rename detection in raw mode (which is the default).Sebastian Thiel2015-01-081-6/+8
* Added assertion to better detect diff issues.Sebastian Thiel2015-01-081-0/+1
* test_diff worksSebastian Thiel2015-01-051-1/+4
* test_commit works once againSebastian Thiel2015-01-051-1/+1
* initial set of adjustments to make (most) imports work.Sebastian Thiel2015-01-041-3/+3
* Bumped version, updated changelog, reduced code smellSebastian Thiel2015-01-041-3/+2
* Applied autopep8Sebastian Thiel2014-11-191-2/+2
* pep8 linting (trailing whitespace)Antoine Musso2014-11-161-20/+20
* pep8 linting (whitespace before/after)Antoine Musso2014-11-161-12/+12
* pep8 linting (blank lines expectations)Antoine Musso2014-11-161-2/+4
* pep8 linting (whitespaces)Antoine Musso2014-11-161-50/+49
* Untested fix for #172Sebastian Thiel2014-07-171-0/+4
* tabs to 4 spaces - this won't make integrating the patches easier, but it's p...Sebastian Thiel2014-02-091-310/+310
* OSX Signal handling: removed previous hack to fix it somehow using sleep - th...Sebastian Thiel2011-01-121-2/+0
* Added the bugfix code as a utility function to be reused wherever this specif...Andreas Gutsche2011-01-061-0/+3
* Moved everything into the git subdirectory - some tests still need to be adju...Sebastian Thiel2010-11-251-0/+346