summaryrefslogtreecommitdiff
path: root/git/objects/tree.py
Commit message (Expand)AuthorAgeFilesLines
* Fix Sphinx rendering errorsStephan Creutz2022-12-291-1/+3
* reformat according to 'black' configuration file.Sebastian Thiel2022-05-181-29/+9
* Run everything through 'black'Sebastian Thiel2022-05-181-57/+101
* increase mypy strictness (warn unused ignored and warn unreachable)Yobmod2021-08-021-1/+1
* Add final types to tree.pyYobmod2021-07-311-2/+2
* Replace all Typeguard with cast, revert update to typing-extensions==3.10.0Yobmod2021-07-241-3/+3
* Change remaining type comments to py3.6+ typesYobmod2021-07-191-1/+1
* Make types in refs compatible with objectsYobmod2021-07-191-6/+6
* Use TreeCacheTup type alias throughoutYobmod2021-07-091-6/+8
* Try to distinguation git.diff module from diff.Diff.diff and diff.Daffable.di...Yobmod2021-07-091-2/+2
* Fix list_traverse() docstring for AutodocYobmod2021-07-091-0/+5
* Rmv circular import, create Has_id_attribute Protocol insteadYobmod2021-07-091-1/+1
* Add list_traverse() to Tree and TraversableIterableObj.Yobmod2021-07-091-2/+5
* fix base,ours,theirs typingYobmod2021-07-081-1/+1
* Finish initial typing of index folderYobmod2021-07-081-10/+10
* Increase mypy strictness (no_implicit_optional & warn_redundant_casts) and fi...Yobmod2021-07-081-1/+0
* Add missed types to Commit, uncomment to_native_path_linux()Yobmod2021-07-011-1/+1
* Type Tree.traverse() betterYobmod2021-06-301-19/+18
* Type Traversable.traverse() better, start types of submoduleYobmod2021-06-301-12/+42
* Add asserts and casts for T_Tree_cacheYobmod2021-06-251-4/+9
* Add T_Tre_cache TypeVarYobmod2021-06-241-14/+18
* Add types to tree.TreeYobmod2021-06-241-28/+28
* Update typing-extensions version in requirements.txtYobmod2021-06-231-4/+18
* Fix exception causes all over the codebaseRam Rachum2020-06-141-2/+2
* Remove and replace compat.string_typesHarmon2020-02-081-2/+1
* Remove checks for Python 2 and/or 3Harmon2020-02-081-4/+1
* Rewrite unnecessary dict/list/tuple calls as literalsHugo2018-03-181-1/+1
* Merge branch 'cygwin' of https://github.com/ankostis/GitPython into ankostis-...Sebastian Thiel2016-10-221-2/+2
|\
| * src: reduce needless deps to `gitdb.util`Kostis Anagnostopoulos2016-10-161-2/+2
* | Fix some typosSantiago Castro2016-10-201-3/+3
|/
* fix(tree): show that fixing Tree.cache is not possibleSebastian Thiel2015-12-141-23/+29
* chore(tree): remove dead codeSebastian Thiel2015-12-131-1/+0
* fix(tree): tree item sort now uses git-styleSebastian Thiel2015-12-131-1/+49
* test_tree worksSebastian Thiel2015-01-061-2/+10
* Dum brute force conversion of all types.Sebastian Thiel2015-01-041-1/+2
* initial set of adjustments to make (most) imports work.Sebastian Thiel2015-01-041-9/+7
* Removed unnecessary (non-gitpython) tests and fixed flake80.3.3Sebastian Thiel2015-01-041-4/+4
* Bumped version, updated changelog, reduced code smellSebastian Thiel2015-01-041-1/+2
* Applied autopep8Sebastian Thiel2014-11-191-12/+12
* pep8 linting (trailing whitespace)Antoine Musso2014-11-161-17/+17
* pep8 linting (whitespace before/after)Antoine Musso2014-11-161-13/+13
* pep8 linting (blank lines expectations)Antoine Musso2014-11-161-3/+3
* pep8 linting (whitespaces)Antoine Musso2014-11-161-33/+33
* tabs to 4 spaces - this won't make integrating the patches easier, but it's p...Sebastian Thiel2014-02-091-245/+245
* Moved everything into the git subdirectory - some tests still need to be adju...Sebastian Thiel2010-11-251-0/+280