summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add type to symbolicreference._create()Yobmod2021-07-311-2/+4
|
* Merge branch 'main' of https://github.com/Yobmod/GitPythonYobmod2021-07-310-0/+0
|\
| * Merge pull request #1307 from Yobmod/mainDominic2021-07-314-41/+41
| |\ | | | | | | More types for symbolic.py
* | | 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-312-7/+7
| |
* | 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-313-84/+56
| |
* | Merge branch 'main' of https://github.com/Yobmod/GitPythonYobmod2021-07-312-4/+2
|\ \ | |/
| * 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
| |
| * Merge pull request #1305 from gitpython-developers/typingDominic2021-07-313-6/+7
| |\ | | | | | | Improve types of objects/
| | * 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
| |/
| * Merge pull request #1304 from gitpython-developers/types2Dominic2021-07-315-15/+29
| |\ | | | | | | Fix orderdict, improve types
| | * 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 test_refs.pyDominic2021-07-311-3/+7
| | |
| | * Update base.pyDominic2021-07-311-4/+4
| | |
| | * Update util.pyDominic2021-07-311-94/+545
| | |
| | * Update util.pyDominic2021-07-311-540/+94
| | |
| * | Update head.pyDominic2021-07-311-263/+1
| | |
| * | Update head.pyDominic2021-07-311-0/+263
| | |
| * | Update test_refs.pyDominic2021-07-311-3/+7
| |/
| * Merge pull request #1302 from dimbleby/typing-fixDominic2021-07-311-1/+1
| |\ | | | | | | Fix typing of Head.create_head
| | * Fix typing of Head.create_headDavid Hotham2021-07-301-1/+1
| |/
* | try https://github.com/actions/virtual-environments/issues/709 workaroundYobmod2021-07-281-0/+3
| |
* | its not pip...Yobmod2021-07-281-2/+1
| |
* | Try downgrading pipYobmod2021-07-281-1/+2
| |
* | Fix more missing types in Symbolic.py, cos GuthubActions pytest stuckYobmod2021-07-286-27/+47
| |
* | Rmv test fileYobmod2021-07-281-9/+0
| |
* | Fix more missing types in Symbolic.py, cos GuthubActions pytest stuckYobmod2021-07-286-25/+48
| |
* | 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-282-12/+16
| |
* | Fix forwardrefYobmod2021-07-281-1/+1
| |
* | Fix some SymbolicReference typesYobmod2021-07-284-44/+41
| |
* | Rmv py 3.10 check for typing.Ordereddict - its deprecated then, but will ↵Yobmod2021-07-281-6/+2
| | | | | | | | still work until 3.12