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
/
test
/
test_diff.py
Age
Commit message (
Expand
)
Author
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-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-04
Replaced ordered dict with standard version; used logging module
Sebastian Thiel
2015-01-04
Removed 'from X import *' whereever possible
Sebastian Thiel
2015-01-04
Bumped version, updated changelog, reduced code smell
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-02-09
tabs to 4 spaces - this won't make integrating the patches easier, but it's p...
Sebastian Thiel
2010-11-25
Moved everything into the git subdirectory - some tests still need to be adju...
Sebastian Thiel