summaryrefslogtreecommitdiff
path: root/git/repo/base.py
Commit message (Expand)AuthorAgeFilesLines
* Update docsClayton Walker2023-02-021-1/+1
* Remove optional from two member variablesClayton Walker2023-01-271-26/+28
* Raise exception if return code from check-ignore is not 1Axel Aguado2023-01-211-2/+9
* Fix some resource leaks by open file handlesMartin Lambertsen2023-01-091-2/+7
* fix/add allow_unsafe_* params in docstrings + fix typoFC Stegerman2023-01-081-2/+4
* Fix Sphinx rendering errorsStephan Creutz2022-12-291-0/+3
* Merge pull request #1521 from stsewd/block-insecure-optionsSebastian Thiel2022-12-291-3/+45
|\
| * Block unsafe options and protocols by defaultSantos Gallegos2022-12-231-25/+38
| * Forbid unsafe protocol URLs in Repo.clone{,_from}()Steve Kowalik2022-12-231-1/+30
* | Fix type hint on create_tagAndrew Cassidy2022-12-291-1/+1
|/
* Fix command injectionSantos Gallegos2022-12-201-1/+2
* feat(blame): Support custom `rev_opts` for blameJoseph Hale2022-08-301-3/+8
* docs: add typerror exception to active_branch methodPatrick Gerard2022-08-201-0/+2
* STY: Remove import of now-unused functionDWesl2022-06-111-1/+0
* BUG: Convert to native path before checking if absoluteDWesl2022-06-101-1/+5
* reformat according to 'black' configuration file.Sebastian Thiel2022-05-181-65/+20
* Run everything through 'black'Sebastian Thiel2022-05-181-208/+374
* Fix various typosluz paz2022-05-071-2/+2
* Allow `repo.create_head`'s `commit` arg to be a `SymbolicReference`David Robertson2022-04-021-1/+2
* fix iter_commits comment, more in line with iter_itemsHoussam Kherraz2022-02-241-2/+2
* Fix typing issues with delete_head and Remote.addRuss Allbery2021-09-201-1/+1
* Use the Git class type definition within Repo classmethodsMichael Mulich2021-08-181-2/+2
* Improve type of repo.currently_rebasing_on()Yobmod2021-08-021-2/+2
* Improve type of repo.blame_incremental()Yobmod2021-08-021-9/+9
* Choose TypedDict!Yobmod2021-08-021-37/+32
* Test Dataclass in repo.base.blame() 6Yobmod2021-08-021-6/+5
* Test Dataclass in repo.base.blame() 5Yobmod2021-08-021-30/+37
* Test Dataclass in repo.base.blame() 4Yobmod2021-08-021-11/+10
* Test TypedDict in repo.base.blame() 1Yobmod2021-08-021-13/+14
* Test TypedDict in repo.base.blame() 2Yobmod2021-08-021-44/+36
* Test Dataclass in repo.base.blame() 3Yobmod2021-08-021-13/+14
* Test Dataclass in repo.base.blame() 2Yobmod2021-08-021-2/+2
* Test Dataclass in repo.base.blame()Yobmod2021-08-021-37/+66
* Test trailing comma in args (>py3.6?)Yobmod2021-08-021-3/+5
* Test new union syntax (Pep604)Yobmod2021-08-021-1/+1
* Add __future__.annotations to repo/base.pyYobmod2021-08-021-4/+5
* increase mypy strictness (warn unused ignored and warn unreachable)Yobmod2021-08-021-1/+0
* replace more TBDs wiht runtime typesYobmod2021-07-311-4/+5
* Add type to repo.base._to_full_tag_pathYobmod2021-07-311-6/+7
* Fix more missing types in Symbolic.py, cos GuthubActions pytest stuckYobmod2021-07-281-1/+2
* Fix some SymbolicReference typesYobmod2021-07-281-1/+1
* Fix SymbolicReference reference typingYobmod2021-07-281-3/+2
* Added support of spaces for clone multi_optionsIgor Lakhtenkov2021-07-271-1/+2
* Rmv with_metaclass shim, make section constraint generic wrt its configparser...Yobmod2021-07-241-2/+4
* Replace all Typeguard with cast, revert update to typing-extensions==3.10.0Yobmod2021-07-241-2/+3
* Change remaining type comments to py3.6+ typesYobmod2021-07-191-10/+10
* Make types in refs compatible with repoYobmod2021-07-191-3/+4
* Increase mypy strictness (no_implicit_optional & warn_redundant_casts) and fi...Yobmod2021-07-081-4/+4
* Fix for mrepo2Yobmod2021-07-061-1/+1
* Add types to submodule.update()Yobmod2021-07-061-3/+6