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