summaryrefslogtreecommitdiff
path: root/git/objects
Commit message (Collapse)AuthorAgeFilesLines
* Use TreeCacheTup type alias throughoutYobmod2021-07-092-7/+9
|
* Try to distinguation git.diff module from diff.Diff.diff and ↵Yobmod2021-07-091-2/+2
| | | | diff.Daffable.diff()
* Rmv submodule.base Repo assertYobmod2021-07-091-1/+1
|
* Move TraverseNT to global, cos mypy complained on testingYobmod2021-07-092-4/+7
|
* Flatten list_traverse()Yobmod2021-07-091-0/+1
|
* Fix list_traverse() docstring for AutodocYobmod2021-07-091-0/+5
|
* Rmv circular import, create Has_id_attribute Protocol insteadYobmod2021-07-092-5/+3
|
* Add list_traverse() to Tree and TraversableIterableObj.Yobmod2021-07-092-3/+11
|
* Change type of list_traverse() again.Yobmod2021-07-091-6/+17
|
* Rmv typeguard from list_traverse(), was wrongYobmod2021-07-091-17/+13
|
* improve TraversableIterableObj typeguardYobmod2021-07-091-4/+6
|
* tests TraversableIterableObj typeguardYobmod2021-07-091-5/+5
|
* Change List to MutableSequence in fun.py _find_by_name()Yobmod2021-07-081-7/+7
|
* fix base,ours,theirs typingYobmod2021-07-082-5/+5
|
* Use Tuple not tupleYobmod2021-07-081-2/+3
|
* Fix traverse_trees_recursive() againYobmod2021-07-081-3/+3
|
* Fix traverse_trees_recursive()Yobmod2021-07-081-4/+4
|
* MmmmmYobmod2021-07-081-10/+8
|
* Mak EntryTup a froward refYobmod2021-07-081-1/+1
|
* Mak GitCmdObjectDB a froward refYobmod2021-07-081-3/+3
|
* Finish initial typing of index folderYobmod2021-07-082-31/+57
|
* Increase mypy strictness (no_implicit_optional & warn_redundant_casts) and ↵Yobmod2021-07-083-5/+4
| | | | 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
|
* Make Commit.message bytes | strYobmod2021-07-011-6/+9
|
* 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-014-43/+63
|/ /
* | Fix forward refYobmod2021-06-301-1/+1
| |
* | Type Traversable/list_traverse() better, make IterablleObj a protocolYobmod2021-06-301-14/+10
| |