summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Flatten list_traverse()Yobmod2021-07-091-0/+1
|
* Make has_repo protocol runtime checkable and use in DiffableYobmod2021-07-093-10/+27
|
* Fix list_traverse() docstring for AutodocYobmod2021-07-091-0/+5
|
* Rmv circular import, create Has_id_attribute Protocol insteadYobmod2021-07-093-7/+11
|
* Add list_traverse() to Tree and TraversableIterableObj.Yobmod2021-07-092-3/+11
|
* Change type of list_traverse() again.Yobmod2021-07-091-6/+17
|
* Rmv typeguard from list_traverse(), was wrongYobmod2021-07-092-20/+18
|
* improve TraversableIterableObj typeguardYobmod2021-07-091-4/+6
|
* tests TraversableIterableObj typeguardYobmod2021-07-092-6/+5
|
* Change List to MutableSequence in fun.py _find_by_name()Yobmod2021-07-082-9/+10
|
* fix base,ours,theirs typingYobmod2021-07-083-9/+9
|
* Use Tuple not tupleYobmod2021-07-081-2/+3
|
* Fix traverse_trees_recursive() againYobmod2021-07-081-3/+3
|
* Fix traverse_trees_recursive()Yobmod2021-07-082-83/+73
|
* MmmmmmYobmod2021-07-081-67/+71
|
* MmmmmYobmod2021-07-082-15/+12
|
* Mak EntryTup a froward refYobmod2021-07-082-7/+6
|
* Mak GitCmdObjectDB a froward refYobmod2021-07-081-3/+3
|
* Finish initial typing of index folderYobmod2021-07-086-81/+123
|
* Increase mypy strictness (no_implicit_optional & warn_redundant_casts) and ↵Yobmod2021-07-089-28/+26
| | | | fix errors
* Make diff.DiffIndex generic List['Diff']Yobmod2021-07-062-16/+20
|
* Add 'U' to change_levels (should pass)Yobmod2021-07-061-2/+2
|
* Check change_levels (should fail)Yobmod2021-07-061-2/+2
|
* Type index _items_to_rela_paths()Yobmod2021-07-061-9/+10
|
* UnMake subodule a forward ref in Index.base2Yobmod2021-07-061-1/+1
|
* UnMake subodule a forward ref in Index.baseYobmod2021-07-061-1/+1
|
* Make subodule a forward ref in Index.base3Yobmod2021-07-061-2/+2
|
* Make Repo a forward ref in Submodule.baseYobmod2021-07-061-3/+3
|
* Make subodule a forward ref in Index.base2Yobmod2021-07-061-1/+1
|
* Make subodule a forward ref in Index.baseYobmod2021-07-061-4/+4
|
* Readd submodule.base.py typesYobmod2021-07-062-39/+54
|
* Readd typeguard to Diff.pyYobmod2021-07-061-2/+9
|
* Fix submodule.util.py typesYobmod2021-07-062-11/+25
|
* Re-add submodule.util.py typesYobmod2021-07-061-7/+16
|
* Rmv diff typeguardYobmod2021-07-062-19/+11
|
* Rmv submodule types2Yobmod2021-07-062-3/+3
|
* Rmv submodule typesYobmod2021-07-062-22/+20
|
* Merge branch 'main' of https://github.com/Yobmod/gitpythonYobmod2021-07-061-0/+1
|\
| * Merge branch 'gitpython-developers:main' into mainDominic2021-07-061-0/+1
| |\
| | * Remove accidental file and assure they don't come backSebastian Thiel2021-07-062-18691/+1
| | |
| | * Merge pull request #1282 from Yobmod/mainSebastian Thiel2021-07-0220-203/+19128
| | |\ | | | | | | | | Start adding types to Submodule, add py.typed to manifest
* | | | Rmv base.py typesYobmod2021-07-061-62/+39
|/ / /
* | | Rmv root.py typesYobmod2021-07-062-26/+12
| | |
* | | Rmv runtime_checkable < py3.8 pt2Yobmod2021-07-062-2/+2
| | |
* | | Rmv runtime_checkable < py3.8Yobmod2021-07-062-2/+2
| | |
* | | Fix for mrepo2Yobmod2021-07-064-9/+17
| | |
* | | Fix for mrepoYobmod2021-07-062-5/+6
| | |
* | | Fix Literal TypeguardsYobmod2021-07-062-5/+5
| | |
* | | Add cast(Repo, mrepo) in try blockYobmod2021-07-061-3/+4
| | |
* | | Improve types of diff.pyYobmod2021-07-062-5/+7
| | |