summaryrefslogtreecommitdiff
path: root/git
Commit message (Collapse)AuthorAgeFilesLines
* Update symbolic.pyDominic2021-07-311-5/+6
|
* Update remote.pyDominic2021-07-311-2/+2
|
* Update symbolic.pyDominic2021-07-311-43/+684
|
* Update symbolic.pyDominic2021-07-311-699/+43
|
* Update symbolic.pyDominic2021-07-311-15/+24
|
* Update symbolic.pyDominic2021-07-311-2/+7
|
* Update symbolic.pyDominic2021-07-311-1/+1
|
* Update symbolic.pyDominic2021-07-311-86/+98
|
* 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
| | | | This reverts commit 005f81ae3daeef3575cba0fd9deb84d15eca5835.
* More specific version check for ordered dict typeSebastian Thiel2021-07-281-1/+1
| | | | | Related to https://github.com/gitpython-developers/GitPython/issues/1095#issuecomment-888032424
* 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 ↵Yobmod2021-07-247-59/+40
| | | | configparser type
* 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
|