summaryrefslogtreecommitdiff
path: root/git
Commit message (Collapse)AuthorAgeFilesLines
...
* Add type to symbolicreference.set_object()Yobmod2021-07-312-8/+10
|
* Add type to symbolicreference.set_reference()Yobmod2021-07-311-4/+5
|
* Add type to symbolicreference.is_valid()Yobmod2021-07-311-4/+4
|
* Add type to symbolicreference.log_append()Yobmod2021-07-311-6/+15
|
* Add type to symbolicreference.delete()Yobmod2021-07-311-5/+5
|
* Add type to symbolicreference._create()Yobmod2021-07-311-2/+4
|
* Add type to symbolicreference.is_remote()Yobmod2021-07-311-4/+5
|
* Add type to symbolicreference.get_()Yobmod2021-07-311-7/+6
|
* Add type to symbolicreference()Yobmod2021-07-311-6/+7
|
* Add type to symbolicreference.dereference_recursive()Yobmod2021-07-311-2/+2
|
* Add type to symbolicreference.dereference_recursive()Yobmod2021-07-311-1/+1
|
* Add type to symbolicreference._get_packed_refs_path()Yobmod2021-07-311-11/+11
|
* Add type to symbolicreference._get_ref_info()Yobmod2021-07-311-11/+11
|
* Add type to symbolicreference.__repr__()Yobmod2021-07-311-6/+6
|
* Add type to symbolicreference.rename()Yobmod2021-07-311-6/+7
|
* Add type to symbolicreference.iter_items()Yobmod2021-07-311-2/+2
|
* Add type to symbolicreference.name()Yobmod2021-07-312-82/+56
|
* Merge branch 'main' of https://github.com/Yobmod/GitPythonYobmod2021-07-311-3/+1
|\
| * Rvrt types of symbolic.py that were breaking pytestDominic2021-07-311-98/+86
| |
| * 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
* | 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 ↵Yobmod2021-07-281-6/+2
| | | | | | | | still work until 3.12
* | 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
|