summaryrefslogtreecommitdiff
path: root/git
Commit message (Collapse)AuthorAgeFilesLines
...
| * increase mypy strictness (warn unused ignored and warn unreachable)Yobmod2021-08-029-22/+28
| |
| * increase mypy strictness (warn unused ignored)Yobmod2021-08-024-12/+12
| |
| * replace more TBDs wiht runtime typesYobmod2021-07-314-20/+22
| |
| * replace some TBDs wiht runtime typesYobmod2021-07-318-33/+19
| |
* | Update config.pyEric Wieser2021-08-031-2/+2
| |
* | Fix mypyEric Wieser2021-08-031-2/+2
| |
* | Do not call get_user_id if it is not neededEric Wieser2021-08-031-1/+5
|/ | | On systems without any environment variables and no pwd module, gitpython crashes as it tries to read the environment variable before looking at its config.
* Add final final types to symbolic.pyYobmod2021-07-311-6/+8
|
* Add final types to symbolic.pyYobmod2021-07-311-5/+5
|
* Add final types to index/fun.pyYobmod2021-07-311-1/+1
|
* Add final types to cmd.pyYobmod2021-07-311-19/+34
|
* Add final types to submodule.pyYobmod2021-07-312-12/+13
|
* Add final types to tree.pyYobmod2021-07-311-2/+2
|
* Add final types to commit.pyYobmod2021-07-311-3/+3
|
* Add set_dirty_and_flush_changes() types to config.pyYobmod2021-07-311-2/+2
|
* 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
| |