summaryrefslogtreecommitdiff
path: root/git/objects/submodule/base.py
Commit message (Expand)AuthorAgeFilesLines
* fix/add allow_unsafe_* params in docstrings + fix typoFC Stegerman2023-01-081-1/+7
* More testsSantos Gallegos2022-12-271-3/+33
* reformat according to 'black' configuration file.Sebastian Thiel2022-05-181-143/+47
* Run everything through 'black'Sebastian Thiel2022-05-181-168/+368
* import unittest adds 0.250s to script launch timewonder-mice2022-01-121-2/+2
* replace some TBDs wiht runtime typesYobmod2021-07-311-1/+2
* Add final types to submodule.pyYobmod2021-07-311-6/+7
* Fix more missing types in Symbolic.py, cos GuthubActions pytest stuckYobmod2021-07-281-3/+5
* Rmv with_metaclass shim, make section constraint generic wrt its configparser...Yobmod2021-07-241-7/+7
* Change remaining type comments to py3.6+ typesYobmod2021-07-191-1/+2
* Make types in refs compatible with objectsYobmod2021-07-191-2/+2
* Rmv submodule.base Repo assertYobmod2021-07-091-1/+1
* Move TraverseNT to global, cos mypy complained on testingYobmod2021-07-091-0/+1
* Increase mypy strictness (no_implicit_optional & warn_redundant_casts) and fi...Yobmod2021-07-081-3/+3
* Make Repo a forward ref in Submodule.baseYobmod2021-07-061-3/+3
* Readd submodule.base.py typesYobmod2021-07-061-37/+51
* Rmv diff typeguardYobmod2021-07-061-1/+1
* Rmv submodule types2Yobmod2021-07-061-1/+1
* Rmv submodule typesYobmod2021-07-061-6/+13
* Rmv base.py typesYobmod2021-07-061-62/+39
* Rmv root.py typesYobmod2021-07-061-2/+2
* Rmv runtime_checkable < py3.8 pt2Yobmod2021-07-061-1/+1
* Rmv runtime_checkable < py3.8Yobmod2021-07-061-1/+1
* Fix for mrepo2Yobmod2021-07-061-6/+6
* Fix for mrepoYobmod2021-07-061-4/+5
* Add cast(Repo, mrepo) in try blockYobmod2021-07-061-3/+4
* Improve types of diff.pyYobmod2021-07-061-1/+1
* Add types to submodule.update()Yobmod2021-07-061-23/+35
* Make bytesIO forwardrefYobmod2021-07-051-1/+1
* Fix IndexFile forwardrefYobmod2021-07-051-3/+2
* Improve typing of config_levels, add assert_never()Yobmod2021-07-051-12/+15
* Merge branch 'main' of https://github.com/Yobmod/gitpythonYobmod2021-07-011-3/+10
|\
| * Merge branch 'main' into Yobmod/mainSebastian Thiel2021-07-011-3/+10
| |\
| | * Added clone multi_options to SubmoduleIgor Lakhtenkov2021-06-301-3/+11
* | | Add missed types to Commit, uncomment to_native_path_linux()Yobmod2021-07-011-3/+3
|/ /
* | Type Traversable.traverse() better, start types of submoduleYobmod2021-06-301-48/+68
|/
* update some TBDs to configparserYobmod2021-06-241-1/+1
* fix an importYobmod2021-06-241-5/+2
* Make IterableList generic and update throughoutYobmod2021-06-241-6/+14
* remove duplicationSebastian Thiel2021-06-241-1/+1
* Add missing article to error messageMax Fan2021-06-241-1/+1
* Fix exsit typoMax Fan2021-06-241-1/+1
* Add types to objects _get_intermediate_items()Yobmod2021-05-201-2/+4
* Added ability to define git environment in submodule add/update methodsIgor Solovey2020-11-191-4/+16
* Fixed all warnings in documentation and updated Makefile to treat warnings as...Kian Cross2020-07-131-1/+1
* Fix exception causes all over the codebaseRam Rachum2020-06-141-12/+12
* allow setting depth when cloning a submoduleLiam Beguin2020-05-021-1/+9
* fix: wrong refs 'HEAD' exceptionDong Shin2020-03-211-3/+4
* Replace deprecated Logger.warn with Logger.warningHarmon2020-02-161-1/+1
* Remove and replace compat.string_typesHarmon2020-02-081-2/+1