summaryrefslogtreecommitdiff
path: root/git/refs
Commit message (Expand)AuthorAgeFilesLines
* Fix Sphinx rendering errorsStephan Creutz2022-12-292-1/+4
* Fix bug in TagReference.createRuud van Asseldonk2022-06-251-2/+4
* reformat according to 'black' configuration file.Sebastian Thiel2022-05-186-107/+35
* Revert "Remove flake8 linting in favor of `black` formatting"Sebastian Thiel2022-05-181-0/+1
* Remove flake8 linting in favor of `black` formattingSebastian Thiel2022-05-181-1/+0
* Run everything through 'black'Sebastian Thiel2022-05-186-206/+385
* Fix various typosluz paz2022-05-072-3/+3
* Fixed setting ref with non-ascii in pathDmitry Kalinin2022-03-231-1/+1
* Revert "Replace wildcard imports with concrete imports"Trym Bremnes2021-10-031-6/+6
* Replace wildcard imports with concrete importsTrym Bremnes2021-10-011-6/+6
* Fix typing issues with delete_head and Remote.addRuss Allbery2021-09-202-2/+7
* Minor type fixesYobmod2021-08-021-3/+4
* Add __future__.annotations to repo/base.pyYobmod2021-08-021-4/+8
* replace some TBDs wiht runtime typesYobmod2021-07-312-3/+3
* Add final final types to symbolic.pyYobmod2021-07-311-6/+8
* Add final types to symbolic.pyYobmod2021-07-311-5/+5
* 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 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
* Fix more missing types in Symbolic.py, cos GuthubActions pytest stuckYobmod2021-07-284-27/+41
* Fix more missing types in Symbolic.py, cos GuthubActions pytest stuckYobmod2021-07-282-18/+29
* 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-282-42/+40
* Fix SymbolicReference reference typingYobmod2021-07-282-3/+5
* Replace all Typeguard with cast, revert update to typing-extensions==3.10.0Yobmod2021-07-242-2/+2
* Rmv old py2.7 __future__ importsYobmod2021-07-191-1/+0
* Change remaining type comments to py3.6+ typesYobmod2021-07-191-1/+1
* rmv redundant IOerror exceptYobmod2021-07-191-658/+0