| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add type to symbolicreference.rename() | Yobmod | 2021-07-31 | 1 | -6/+7 |
| | | |||||
| * | Add type to symbolicreference.iter_items() | Yobmod | 2021-07-31 | 1 | -2/+2 |
| | | |||||
| * | Add type to symbolicreference.name() | Yobmod | 2021-07-31 | 3 | -84/+56 |
| | | |||||
| * | Merge branch 'main' of https://github.com/Yobmod/GitPython | Yobmod | 2021-07-31 | 2 | -4/+2 |
| |\ | |||||
| | * | Rvrt types of symbolic.py that were breaking pytest | Dominic | 2021-07-31 | 1 | -98/+86 |
| | | | |||||
| | * | Update symbolic.py | Dominic | 2021-07-31 | 1 | -1/+1 |
| | | | |||||
| | * | Update symbolic.py | Dominic | 2021-07-31 | 1 | -86/+98 |
| | | | |||||
| | * | Merge pull request #1305 from gitpython-developers/typing | Dominic | 2021-07-31 | 3 | -6/+7 |
| | |\ | | | | | | | Improve types of objects/ | ||||
| | | * | 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 |
| | |/ | |||||
| | * | Merge pull request #1304 from gitpython-developers/types2 | Dominic | 2021-07-31 | 5 | -15/+29 |
| | |\ | | | | | | | Fix orderdict, improve types | ||||
| | | * | 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 test_refs.py | Dominic | 2021-07-31 | 1 | -3/+7 |
| | | | | |||||
| | | * | 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 |
| | | | | |||||
| | * | | Update head.py | Dominic | 2021-07-31 | 1 | -263/+1 |
| | | | | |||||
| | * | | Update head.py | Dominic | 2021-07-31 | 1 | -0/+263 |
| | | | | |||||
| | * | | Update test_refs.py | Dominic | 2021-07-31 | 1 | -3/+7 |
| | |/ | |||||
| | * | Merge pull request #1302 from dimbleby/typing-fix | Dominic | 2021-07-31 | 1 | -1/+1 |
| | |\ | | | | | | | Fix typing of Head.create_head | ||||
| | | * | Fix typing of Head.create_head | David Hotham | 2021-07-30 | 1 | -1/+1 |
| | |/ | |||||
| * | | try https://github.com/actions/virtual-environments/issues/709 workaround | Yobmod | 2021-07-28 | 1 | -0/+3 |
| | | | |||||
| * | | its not pip... | Yobmod | 2021-07-28 | 1 | -2/+1 |
| | | | |||||
| * | | Try downgrading pip | Yobmod | 2021-07-28 | 1 | -1/+2 |
| | | | |||||
| * | | Fix more missing types in Symbolic.py, cos GuthubActions pytest stuck | Yobmod | 2021-07-28 | 6 | -27/+47 |
| | | | |||||
| * | | Rmv test file | Yobmod | 2021-07-28 | 1 | -9/+0 |
| | | | |||||
| * | | Fix more missing types in Symbolic.py, cos GuthubActions pytest stuck | Yobmod | 2021-07-28 | 6 | -25/+48 |
| | | | |||||
| * | | 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 | 2 | -12/+16 |
| | | | |||||
| * | | Fix forwardref | Yobmod | 2021-07-28 | 1 | -1/+1 |
| | | | |||||
| * | | Fix some SymbolicReference types | Yobmod | 2021-07-28 | 4 | -44/+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 | 4 | -8/+14 |
| | | | |||||
| * | | Merge branch 'main' of https://github.com/Yobmod/GitPython | Yobmod | 2021-07-28 | 2 | -2/+12 |
| |\ \ | |/ | |||||
| | * | 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 docs | Sebastian Thiel | 2021-07-28 | 1 | -1/+1 |
| | | | | | | | | | RST!!!! | ||||
| | * | prepare next patch release3.1.20 | Sebastian Thiel | 2021-07-28 | 2 | -2/+12 |
| | | | |||||
| * | | change ordereddict guard, add type: ignore | Yobmod | 2021-07-28 | 1 | -2/+7 |
| |/ | |||||
| * | Merge pull request #1299 from Lakhtenkov-iv/feature/clone-options-support-spaces | Sebastian Thiel | 2021-07-27 | 2 | -2/+5 |
| |\ | | | | | Added support of spaces for clone multi_options | ||||
| | * | Added support of spaces for clone multi_options | Igor Lakhtenkov | 2021-07-27 | 2 | -2/+5 |
| |/ | |||||
| * | Merge pull request #1298 from Yobmod/main | Sebastian Thiel | 2021-07-25 | 15 | -149/+140 |
| |\ | | | | | Revert use of Typeguard and therefore typing-extensions==3.10.0.0 | ||||
