| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | rvrt symbolic.py types | Dominic | 2021-07-31 | 1 | -98/+74 | |
| | | | ||||||
| | * | update types sybmbolic.py | Dominic | 2021-07-31 | 1 | -74/+98 | |
| | | | ||||||
| | * | update types submodule/root.py | Dominic | 2021-07-31 | 1 | -3/+1 | |
| | | | ||||||
| | * | update types submodule/base.py | Dominic | 2021-07-31 | 1 | -3/+5 | |
| | | | ||||||
| | * | update types commit.py | Dominic | 2021-07-31 | 1 | -0/+1 | |
| | | | ||||||
| | * | Update reference.py | Dominic | 2021-07-31 | 1 | -1/+3 | |
| | | | ||||||
| | * | Update head.py | Dominic | 2021-07-31 | 1 | -7/+8 | |
| | | | ||||||
| | * | Update tag.py | Dominic | 2021-07-31 | 1 | -5/+11 | |
| | | | ||||||
| | * | Update config.py | Dominic | 2021-07-31 | 1 | -5/+6 | |
| | | | ||||||
| | * | Update base.py | Dominic | 2021-07-31 | 1 | -4/+4 | |
| | | | ||||||
| | * | Update util.py | Dominic | 2021-07-31 | 1 | -94/+545 | |
| | | | ||||||
| | * | Update util.py | Dominic | 2021-07-31 | 1 | -540/+94 | |
| | | | ||||||
| | * | Fix typing of Head.create_head | David Hotham | 2021-07-30 | 1 | -1/+1 | |
| | | | ||||||
| | * | Revert "More specific version check for ordered dict type" | Sebastian Thiel | 2021-07-28 | 1 | -1/+1 | |
| | | | | | | | | | This reverts commit 005f81ae3daeef3575cba0fd9deb84d15eca5835. | |||||
| | * | More specific version check for ordered dict type | Sebastian Thiel | 2021-07-28 | 1 | -1/+1 | |
| | | | | | | | | | | | Related to https://github.com/gitpython-developers/GitPython/issues/1095#issuecomment-888032424 | |||||
| * | | Fix more missing types in Symbolic.py, cos GuthubActions pytest stuck | Yobmod | 2021-07-28 | 6 | -27/+47 | |
| | | | ||||||
| * | | Fix more missing types in Symbolic.py, cos GuthubActions pytest stuck | Yobmod | 2021-07-28 | 4 | -22/+36 | |
| | | | ||||||
| * | | Fix more missing types in Symbolic.py. | Yobmod | 2021-07-28 | 1 | -1/+5 | |
| | | | ||||||
| * | | Fix more missing types in Symbolic.py | Yobmod | 2021-07-28 | 1 | -3/+3 | |
| | | | ||||||
| * | | Fix more missing types in Symbolic.py | Yobmod | 2021-07-28 | 1 | -9/+13 | |
| | | | ||||||
| * | | Fix forwardref | Yobmod | 2021-07-28 | 1 | -1/+1 | |
| | | | ||||||
| * | | Fix some SymbolicReference types | Yobmod | 2021-07-28 | 3 | -43/+41 | |
| | | | ||||||
| * | | Rmv py 3.10 check for typing.Ordereddict - its deprecated then, but will ↵ | Yobmod | 2021-07-28 | 1 | -6/+2 | |
| | | | | | | | | | still work until 3.12 | |||||
| * | | Add another type ignore for Ordereddict | Yobmod | 2021-07-28 | 1 | -2/+2 | |
| | | | ||||||
| * | | Fix SymbolicReference reference typing | Yobmod | 2021-07-28 | 3 | -6/+7 | |
| | | | ||||||
| * | | change ordereddict guard, add type: ignore | Yobmod | 2021-07-28 | 1 | -2/+7 | |
| |/ | ||||||
| * | Added support of spaces for clone multi_options | Igor Lakhtenkov | 2021-07-27 | 1 | -1/+2 | |
| | | ||||||
| * | Rmv with_metclass() shim again | Yobmod | 2021-07-24 | 1 | -2/+1 | |
| | | ||||||
| * | fix rdereddict, cannot subclass typing-extensiosn version | Yobmod | 2021-07-24 | 2 | -4/+14 | |
| | | ||||||
| * | import ordereddict from types | Yobmod | 2021-07-24 | 1 | -2/+1 | |
| | | ||||||
| * | put ordereddict behind py version guard | Yobmod | 2021-07-24 | 1 | -2/+3 | |
| | | ||||||
| * | change ordereddict to typing.ordereddict | Yobmod | 2021-07-24 | 1 | -1/+2 | |
| | | ||||||
| * | Readd with_metaclass shim | Yobmod | 2021-07-24 | 2 | -1/+18 | |
| | | ||||||
| * | Rmv with_metaclass shim, make section constraint generic wrt its ↵ | Yobmod | 2021-07-24 | 7 | -59/+40 | |
| | | | | | configparser type | |||||
| * | Use BaseIndexEntry named access in index/fun.py | Yobmod | 2021-07-24 | 2 | -60/+38 | |
| | | ||||||
| * | Replace all Typeguard with cast, revert update to typing-extensions==3.10.0 | Yobmod | 2021-07-24 | 10 | -44/+49 | |
| | | ||||||
| * | Rmv old py2.7 __future__ imports | Yobmod | 2021-07-19 | 4 | -6/+0 | |
| | | ||||||
| * | Add a cast to git.cmd _version_info | Yobmod | 2021-07-19 | 1 | -10/+10 | |
| | | ||||||
| * | Make pathlike a forward ref | Yobmod | 2021-07-19 | 1 | -3/+4 | |
| | | ||||||
| * | Change remaining type comments to py3.6+ types | Yobmod | 2021-07-19 | 15 | -72/+76 | |
| | | ||||||
| * | rmv redundant IOerror except | Yobmod | 2021-07-19 | 1 | -658/+0 | |
| | | ||||||
| * | Make types in refs compatible with objects | Yobmod | 2021-07-19 | 7 | -23/+30 | |
| | | ||||||
| * | Make traversable and serilizable into protocols | Yobmod | 2021-07-19 | 1 | -24/+54 | |
| | | ||||||
| * | Make types in refs compatible with repo | Yobmod | 2021-07-19 | 1 | -3/+4 | |
| | | ||||||
| * | Make types in refs compatible with previous | Yobmod | 2021-07-19 | 6 | -45/+59 | |
| | | ||||||
| * | Add types to refs/head.py | Yobmod | 2021-07-19 | 1 | -15/+22 | |
| | | ||||||
| * | Add types to refs/log.py | Yobmod | 2021-07-19 | 1 | -54/+86 | |
| | | ||||||
| * | Add types to refs/reference.py | Yobmod | 2021-07-19 | 1 | -12/+25 | |
| | | ||||||
| * | Add types to refs/remote.py | Yobmod | 2021-07-19 | 1 | -9/+22 | |
| | | ||||||
| * | Add types to refs/symbolic.py | Yobmod | 2021-07-19 | 1 | -0/+674 | |
| | | ||||||
