summaryrefslogtreecommitdiff
path: root/git
Commit message (Collapse)AuthorAgeFilesLines
* Add final types to config.pyYobmod2021-07-312-11/+15
|
* Add type to objects.base.new()Yobmod2021-07-311-1/+2
|
* Add type to refs.log._read_from_file()Yobmod2021-07-311-1/+1
|
* Add type to refs.head.delete()Yobmod2021-07-311-3/+2
|
* Add type to repo.base._to_full_tag_pathYobmod2021-07-311-6/+7
|
* Add type to symbolicreference.references()Yobmod2021-07-312-12/+3
|
* Add type to symbolicreference.reference()Yobmod2021-07-312-3/+12
|
* cleanupYobmod2021-07-311-1/+1
|
* 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
| |