summaryrefslogtreecommitdiff
path: root/git/diff.py
Commit message (Expand)AuthorAgeFilesLines
* increase mypy strictness (warn unused ignored and warn unreachable)Yobmod2021-08-021-2/+2
* replace some TBDs wiht runtime typesYobmod2021-07-311-2/+3
* Replace all Typeguard with cast, revert update to typing-extensions==3.10.0Yobmod2021-07-241-7/+7
* Change remaining type comments to py3.6+ typesYobmod2021-07-191-3/+3
* Make types in refs compatible with previousYobmod2021-07-191-1/+1
* Improve IndexFile_process_diff_args() to get checks to rerunYobmod2021-07-091-4/+4
* Make IndexFile and Diffable .diff() types agreeYobmod2021-07-091-1/+2
* Rmv Diffable assert, add Remoote.url propertyYobmod2021-07-091-2/+0
* Improve Diffable method typingYobmod2021-07-091-16/+16
* Try to distinguation git.diff module from diff.Diff.diff and diff.Daffable.di...Yobmod2021-07-091-13/+13
* Make has_repo protocol runtime checkable and use in DiffableYobmod2021-07-091-3/+5
* Make diff.DiffIndex generic List['Diff']Yobmod2021-07-061-12/+16
* Add 'U' to change_levels (should pass)Yobmod2021-07-061-2/+2
* Check change_levels (should fail)Yobmod2021-07-061-2/+2
* Readd submodule.base.py typesYobmod2021-07-061-2/+3
* Readd typeguard to Diff.pyYobmod2021-07-061-2/+9
* Rmv diff typeguardYobmod2021-07-061-18/+10
* Rmv submodule types2Yobmod2021-07-061-2/+2
* Fix for mrepo2Yobmod2021-07-061-1/+1
* Fix Literal TypeguardsYobmod2021-07-061-1/+1
* Improve types of diff.pyYobmod2021-07-061-4/+6
* Improve types of diff.pyYobmod2021-07-061-6/+14
* Add types to objects.base.pyYobmod2021-05-181-2/+2
* Add remaining types to IndexFile ._preprocess_add_items() to .diff()Yobmod2021-05-161-2/+2
* Add types to cmd.py Gityobmod2021-05-131-4/+6
* flake8 fixesyobmod2021-05-081-2/+1
* add initial types to remote.pyyobmod2021-05-031-61/+65
* add types to git.compat and git.diffyobmod2021-03-021-48/+66
* Fix handle_diff_line for -z option.Martin Liska2021-01-061-49/+49
* try fixing up test fixtures and implementationSebastian Thiel2021-01-061-2/+2
* Add '-z' on top of '--raw' to avoid path name manglingSebastian Thiel2021-01-061-1/+2
* change decode type and add replace flagDavide Spadini2020-11-101-1/+1
* 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
|\