summaryrefslogtreecommitdiff
path: root/git
Commit message (Expand)AuthorAgeFilesLines
* symbolic.py update importsDominic2021-07-311-5/+5
* rvrt symbolic.py typesDominic2021-07-311-98/+74
* update types sybmbolic.pyDominic2021-07-311-74/+98
* update types submodule/root.pyDominic2021-07-311-3/+1
* update types submodule/base.pyDominic2021-07-311-3/+5
* update types commit.pyDominic2021-07-311-0/+1
* Update reference.pyDominic2021-07-311-1/+3
* Update head.pyDominic2021-07-311-7/+8
* Update tag.pyDominic2021-07-311-5/+11
* Update config.pyDominic2021-07-311-5/+6
* Update base.pyDominic2021-07-311-4/+4
* Update util.pyDominic2021-07-311-94/+545
* Update util.pyDominic2021-07-311-540/+94
* Fix typing of Head.create_headDavid Hotham2021-07-301-1/+1
* Revert "More specific version check for ordered dict type"Sebastian Thiel2021-07-281-1/+1
* More specific version check for ordered dict typeSebastian Thiel2021-07-281-1/+1
* 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