summaryrefslogtreecommitdiff
path: root/git
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* | Fix more missing types in Symbolic.py, cos GuthubActions pytest stuckYobmod2021-07-286-27/+47
* | Fix more missing types in Symbolic.py, cos GuthubActions pytest stuckYobmod2021-07-284-22/+36
* | Fix more missing types in Symbolic.py.Yobmod2021-07-281-1/+5
* | Fix more missing types in Symbolic.pyYobmod2021-07-281-3/+3
* | Fix more missing types in Symbolic.pyYobmod2021-07-281-9/+13
* | 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