summaryrefslogtreecommitdiff
path: root/git/objects/submodule
Commit message (Collapse)AuthorAgeFilesLines
* import unittest adds 0.250s to script launch timewonder-mice2022-01-121-2/+2
| | | This should not be imported at root level, since it adds a lot of initialization overhead without need.
* replace some TBDs wiht runtime typesYobmod2021-07-311-1/+2
|
* Add final types to submodule.pyYobmod2021-07-311-6/+7
|
* update types submodule/root.pyDominic2021-07-311-3/+1
|
* update types submodule/base.pyDominic2021-07-311-3/+5
|
* Rmv with_metaclass shim, make section constraint generic wrt its ↵Yobmod2021-07-242-8/+8
| | | | configparser type
* 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 ↵Yobmod2021-07-081-3/+3
| | | | fix errors
* Make Repo a forward ref in Submodule.baseYobmod2021-07-061-3/+3
|
* Readd submodule.base.py typesYobmod2021-07-061-37/+51
|
* Fix submodule.util.py typesYobmod2021-07-062-11/+25
|
* Re-add submodule.util.py typesYobmod2021-07-061-7/+16
|
* Rmv diff typeguardYobmod2021-07-061-1/+1
|
* Rmv submodule types2Yobmod2021-07-061-1/+1
|
* Rmv submodule typesYobmod2021-07-062-22/+20
|
* Rmv base.py typesYobmod2021-07-061-62/+39
|
* Rmv root.py typesYobmod2021-07-062-26/+12
|
* 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
|
* Add types to submodule.root.pyYobmod2021-07-051-8/+13
|
* Make bytesIO forwardrefYobmod2021-07-052-4/+13
|
* Add types to submodule.util.pyYobmod2021-07-051-6/+8
|
* Fix IndexFile forwardrefYobmod2021-07-051-3/+2
|
* Improve typing of config_levels, add assert_never()Yobmod2021-07-052-13/+23
|
* 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-302-52/+74
|/
* Add type to submodule to trigger checks to rurunYobmod2021-06-251-1/+6
|
* trigger checks to rurunYobmod2021-06-251-1/+1
|
* 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 ↵Kian Cross2020-07-131-1/+1
| | | | as errors.
* Fix exception causes all over the codebaseRam Rachum2020-06-141-12/+12
|
* allow setting depth when cloning a submoduleLiam Beguin2020-05-021-1/+9
| | | | Signed-off-by: Liam Beguin <liambeguin@gmail.com>