summaryrefslogtreecommitdiff
path: root/git/diff.py
Commit message (Expand)AuthorAgeFilesLines
* Remove checks for Python 2 and/or 3Harmon2020-02-081-10/+2
* Remove and replace compat.binary_typeHarmon2020-02-081-5/+4
* Merge branch 'fix/deepsource-issues' of https://github.com/imkaka/GitPython i...Sebastian Thiel2019-10-291-4/+6
|\
| * Merge branch 'master' into fix/deepsource-issuesAnil Khatri2019-10-231-10/+33
| |\
| * | fix Loop variable used outside the loopAnil Khatri2019-10-231-4/+6
* | | Check if submodule exists before referencingtanaga92019-10-281-1/+2
| |/ |/|
* | Fix #852 by tweaking regex to handle -R option to git diffJJ Graham2019-10-221-1/+1
* | Initial stab at fixing diffs involving submodule changesJJ Graham2019-10-211-0/+8
* | Satisfying flake8JJ Graham2019-10-191-2/+2
* | Updating variable name to more accurately reflect contentsJJ Graham2019-10-191-3/+3
* | Fixed new test for copied filesJJ Graham2019-10-191-2/+4
* | Adding diff support for copied files, still working on testJJ Graham2019-10-191-8/+21
|/
* Fixed error in documentationSyoc2019-01-121-1/+0
* Add change in type supportAurélien Matouillot2018-05-191-3/+9
* Get correcly rename change_type.Aurélien Matouillot2018-05-191-6/+14
* Rewrite unnecessary dict/list/tuple calls as literalsHugo2018-03-181-2/+2
* RF: primarily flake8 lints + minor RF to reduce duplication in PATHEXTYaroslav Halchenko2017-11-271-7/+7
* Merge branch 'cygwin' of https://github.com/ankostis/GitPython into ankostis-...Sebastian Thiel2016-10-221-7/+6
|\
| * src: reduce needless deps to `gitdb.util`Kostis Anagnostopoulos2016-10-161-7/+6
* | Fix some typosSantiago Castro2016-10-201-7/+7
|/
* Proc, #519: Rework error-exc msgs & log thread-pumps errorsKostis Anagnostopoulos2016-09-281-2/+2
* io, dif: #519: FIX DIFF freeze when reading from GILKostis Anagnostopoulos2016-09-281-11/+21
* fix(diff): use explicit change-type if possibleSebastian Thiel2016-07-231-5/+9
* Store raw path bytes in Diff instanceskeep-raw-bytes-on-diffsVincent Driessen2016-06-141-17/+41
* 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