summaryrefslogtreecommitdiff
path: root/git
Commit message (Expand)AuthorAgeFilesLines
...
* | Fix forwardrefYobmod2021-07-281-1/+1
* | Fix some SymbolicReference typesYobmod2021-07-283-43/+41
* | Rmv py 3.10 check for typing.Ordereddict - its deprecated then, but will stil...Yobmod2021-07-281-6/+2
* | Add another type ignore for OrdereddictYobmod2021-07-281-2/+2
* | Fix SymbolicReference reference typingYobmod2021-07-283-6/+7
* | change ordereddict guard, add type: ignoreYobmod2021-07-281-2/+7
|/
* Added support of spaces for clone multi_optionsIgor Lakhtenkov2021-07-271-1/+2
* Rmv with_metclass() shim againYobmod2021-07-241-2/+1
* fix rdereddict, cannot subclass typing-extensiosn versionYobmod2021-07-242-4/+14
* import ordereddict from typesYobmod2021-07-241-2/+1
* put ordereddict behind py version guardYobmod2021-07-241-2/+3
* change ordereddict to typing.ordereddictYobmod2021-07-241-1/+2
* Readd with_metaclass shimYobmod2021-07-242-1/+18
* Rmv with_metaclass shim, make section constraint generic wrt its configparser...Yobmod2021-07-247-59/+40
* Use BaseIndexEntry named access in index/fun.pyYobmod2021-07-242-60/+38
* Replace all Typeguard with cast, revert update to typing-extensions==3.10.0Yobmod2021-07-2410-44/+49
* Rmv old py2.7 __future__ importsYobmod2021-07-194-6/+0
* Add a cast to git.cmd _version_infoYobmod2021-07-191-10/+10
* Make pathlike a forward refYobmod2021-07-191-3/+4
* Change remaining type comments to py3.6+ typesYobmod2021-07-1915-72/+76
* rmv redundant IOerror exceptYobmod2021-07-191-658/+0
* Make types in refs compatible with objectsYobmod2021-07-197-23/+30
* Make traversable and serilizable into protocolsYobmod2021-07-191-24/+54
* Make types in refs compatible with repoYobmod2021-07-191-3/+4
* Make types in refs compatible with previousYobmod2021-07-196-45/+59
* Add types to refs/head.pyYobmod2021-07-191-15/+22
* Add types to refs/log.pyYobmod2021-07-191-54/+86
* Add types to refs/reference.pyYobmod2021-07-191-12/+25
* Add types to refs/remote.pyYobmod2021-07-191-9/+22
* Add types to refs/symbolic.pyYobmod2021-07-191-0/+674
* Add types to refs/tag.pyYobmod2021-07-191-10/+36
* update types in types.pyYobmod2021-07-192-6/+6
* Make TreeCacheTup forward refYobmod2021-07-091-4/+4
* Use TreeCacheTup type alias throughoutYobmod2021-07-093-10/+13
* Fix typing of index.fun.write_tree_from_cache()Yobmod2021-07-092-5/+4
* Improve IndexFile_process_diff_args() to get checks to rerunYobmod2021-07-092-9/+9
* Make IndexFile and Diffable .diff() types agreeYobmod2021-07-092-2/+4
* Remove defsult_index decorator from diff() and do check within function. Brea...Yobmod2021-07-091-2/+7
* Add remote.url typeYobmod2021-07-091-14/+7
* Rmv Diffable assert, add Remoote.url propertyYobmod2021-07-092-2/+8
* Improve Diffable method typingYobmod2021-07-092-19/+19
* Try to distinguation git.diff module from diff.Diff.diff and diff.Daffable.di...Yobmod2021-07-094-23/+24
* Rmv submodule.base Repo assertYobmod2021-07-091-1/+1
* Move TraverseNT to global, cos mypy complained on testingYobmod2021-07-093-20/+24
* 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