aboutsummaryrefslogtreecommitdiff
path: root/git/diff.py
AgeCommit message (Expand)Author
2019-10-29Merge branch 'fix/deepsource-issues' of https://github.com/imkaka/GitPython i...Sebastian Thiel
2019-10-28Check if submodule exists before referencingtanaga9
2019-10-23Merge branch 'master' into fix/deepsource-issuesAnil Khatri
2019-10-23fix Loop variable used outside the loopAnil Khatri
2019-10-22Fix #852 by tweaking regex to handle -R option to git diffJJ Graham
2019-10-21Initial stab at fixing diffs involving submodule changesJJ Graham
2019-10-19Satisfying flake8JJ Graham
2019-10-19Updating variable name to more accurately reflect contentsJJ Graham
2019-10-19Fixed new test for copied filesJJ Graham
2019-10-19Adding diff support for copied files, still working on testJJ Graham
2019-01-12Fixed error in documentationSyoc
2018-05-19Add change in type supportAurélien Matouillot
2018-05-19Get correcly rename change_type.Aurélien Matouillot
2018-03-18Rewrite unnecessary dict/list/tuple calls as literalsHugo
2017-11-27RF: primarily flake8 lints + minor RF to reduce duplication in PATHEXTYaroslav Halchenko
2016-10-22Merge branch 'cygwin' of https://github.com/ankostis/GitPython into ankostis-...Sebastian Thiel
2016-10-20Fix some typosSantiago Castro
2016-10-16src: reduce needless deps to `gitdb.util`Kostis Anagnostopoulos
2016-09-28Proc, #519: Rework error-exc msgs & log thread-pumps errorsKostis Anagnostopoulos
2016-09-28io, dif: #519: FIX DIFF freeze when reading from GILKostis Anagnostopoulos
2016-07-23fix(diff): use explicit change-type if possibleSebastian Thiel
2016-06-14Store raw path bytes in Diff instancesVincent Driessen
2016-06-06Don't choke on (legitimately) invalidly encoded Unicode pathsVincent Driessen
2016-05-30Fix bug in diff parser outputVincent Driessen
2016-05-19Deprecate Diffable.rename for .renamed_fileSebastian Thiel
2016-04-20Python 3 compat fixesVincent Driessen
2016-04-19Fix diff patch parser for paths with unsafe charsVincent Driessen
2016-04-19Fix order of regex partsVincent Driessen
2016-04-19Fix regexVincent Driessen
2016-04-19Make diff patch parsing more reliableVincent Driessen
2016-04-14Perform diff-tree recursively to have the same output as diffVincent Driessen
2016-04-14Export NULL_TREEVincent Driessen
2016-04-14Use a special object rather than a stringVincent Driessen
2016-04-14Support "root" as a special value in .diff() callsVincent Driessen
2016-03-15Split diff line by '\t' for metadata and pathJonathan Chu
2015-07-29fix(diff): mode-assertions now deal with 0Sebastian Thiel
2015-03-02Store path attribute on Diff objectJames E. Blair
2015-01-22Overhauled all tutorials, and placed them in a unit-test.Sebastian Thiel
2015-01-09Now Diff.__str__ works correctly in all python versions.Sebastian Thiel
2015-01-09Fixed mode-handling in Diff creation, and added assertions to catch this in f...Sebastian Thiel
2015-01-09Added test to verify binary diffs are working as well.Sebastian Thiel
2015-01-08Added support for rename detection in raw mode (which is the default).Sebastian Thiel
2015-01-08Added assertion to better detect diff issues.Sebastian Thiel
2015-01-05test_diff worksSebastian Thiel
2015-01-05test_commit works once againSebastian Thiel
2015-01-04initial set of adjustments to make (most) imports work.Sebastian Thiel
2015-01-04Bumped version, updated changelog, reduced code smellSebastian Thiel
2014-11-19Applied autopep8Sebastian Thiel
2014-11-16pep8 linting (trailing whitespace)Antoine Musso
2014-11-16pep8 linting (whitespace before/after)Antoine Musso