index
:
GitPython
0.1
0.2
experiment-2012
fix-ci-tests
fix-non-ascii-chars-in-status-lines
gh-pages
issue-232-reproduction
issue-301-reproduction
master
no_devnull_open
py2
revert-357-autointerrupt_deadlock_fix
Forked from https://github.com/gitpython-developers/GitPython
Oskari Timperi
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
git
/
diff.py
Age
Commit message (
Expand
)
Author
2016-06-14
Store raw path bytes in Diff instances
Vincent Driessen
2016-06-06
Don't choke on (legitimately) invalidly encoded Unicode paths
Vincent Driessen
2016-05-30
Fix bug in diff parser output
Vincent Driessen
2016-05-19
Deprecate Diffable.rename for .renamed_file
Sebastian Thiel
2016-04-20
Python 3 compat fixes
Vincent Driessen
2016-04-19
Fix diff patch parser for paths with unsafe chars
Vincent Driessen
2016-04-19
Fix order of regex parts
Vincent Driessen
2016-04-19
Fix regex
Vincent Driessen
2016-04-19
Make diff patch parsing more reliable
Vincent Driessen
2016-04-14
Perform diff-tree recursively to have the same output as diff
Vincent Driessen
2016-04-14
Export NULL_TREE
Vincent Driessen
2016-04-14
Use a special object rather than a string
Vincent Driessen
2016-04-14
Support "root" as a special value in .diff() calls
Vincent Driessen
2016-03-15
Split diff line by '\t' for metadata and path
Jonathan Chu
2015-07-29
fix(diff): mode-assertions now deal with 0
Sebastian Thiel
2015-03-02
Store path attribute on Diff object
James E. Blair
2015-01-22
Overhauled all tutorials, and placed them in a unit-test.
Sebastian Thiel
2015-01-09
Now Diff.__str__ works correctly in all python versions.
Sebastian Thiel
2015-01-09
Fixed mode-handling in Diff creation, and added assertions to catch this in f...
Sebastian Thiel
2015-01-09
Added test to verify binary diffs are working as well.
Sebastian Thiel
2015-01-08
Added support for rename detection in raw mode (which is the default).
Sebastian Thiel
2015-01-08
Added assertion to better detect diff issues.
Sebastian Thiel
2015-01-05
test_diff works
Sebastian Thiel
2015-01-05
test_commit works once again
Sebastian Thiel
2015-01-04
initial set of adjustments to make (most) imports work.
Sebastian Thiel
2015-01-04
Bumped version, updated changelog, reduced code smell
Sebastian Thiel
2014-11-19
Applied autopep8
Sebastian Thiel
2014-11-16
pep8 linting (trailing whitespace)
Antoine Musso
2014-11-16
pep8 linting (whitespace before/after)
Antoine Musso
2014-11-16
pep8 linting (blank lines expectations)
Antoine Musso
2014-11-16
pep8 linting (whitespaces)
Antoine Musso
2014-07-17
Untested fix for #172
Sebastian Thiel
2014-02-09
tabs to 4 spaces - this won't make integrating the patches easier, but it's p...
Sebastian Thiel
2011-01-12
OSX Signal handling: removed previous hack to fix it somehow using sleep - th...
Sebastian Thiel
2011-01-06
Added the bugfix code as a utility function to be reused wherever this specif...
Andreas Gutsche
2010-11-25
Moved everything into the git subdirectory - some tests still need to be adju...
Sebastian Thiel