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
2019-10-29
Merge branch 'fix/deepsource-issues' of https://github.com/imkaka/GitPython i...
Sebastian Thiel
2019-10-28
Check if submodule exists before referencing
tanaga9
2019-10-23
Merge branch 'master' into fix/deepsource-issues
Anil Khatri
2019-10-23
fix Loop variable used outside the loop
Anil Khatri
2019-10-22
Fix #852 by tweaking regex to handle -R option to git diff
JJ Graham
2019-10-21
Initial stab at fixing diffs involving submodule changes
JJ Graham
2019-10-19
Satisfying flake8
JJ Graham
2019-10-19
Updating variable name to more accurately reflect contents
JJ Graham
2019-10-19
Fixed new test for copied files
JJ Graham
2019-10-19
Adding diff support for copied files, still working on test
JJ Graham
2019-01-12
Fixed error in documentation
Syoc
2018-05-19
Add change in type support
Aurélien Matouillot
2018-05-19
Get correcly rename change_type.
Aurélien Matouillot
2018-03-18
Rewrite unnecessary dict/list/tuple calls as literals
Hugo
2017-11-27
RF: primarily flake8 lints + minor RF to reduce duplication in PATHEXT
Yaroslav Halchenko
2016-10-22
Merge branch 'cygwin' of https://github.com/ankostis/GitPython into ankostis-...
Sebastian Thiel
2016-10-20
Fix some typos
Santiago Castro
2016-10-16
src: reduce needless deps to `gitdb.util`
Kostis Anagnostopoulos
2016-09-28
Proc, #519: Rework error-exc msgs & log thread-pumps errors
Kostis Anagnostopoulos
2016-09-28
io, dif: #519: FIX DIFF freeze when reading from GIL
Kostis Anagnostopoulos
2016-07-23
fix(diff): use explicit change-type if possible
Sebastian Thiel
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
[next]