| Commit message (Expand) | Author | Age | Files | Lines |
| * | change ordereddict guard, add type: ignore | Yobmod | 2021-07-28 | 1 | -2/+7 |
| * | Added support of spaces for clone multi_options | Igor Lakhtenkov | 2021-07-27 | 1 | -1/+2 |
| * | Rmv with_metclass() shim again | Yobmod | 2021-07-24 | 1 | -2/+1 |
| * | fix rdereddict, cannot subclass typing-extensiosn version | Yobmod | 2021-07-24 | 2 | -4/+14 |
| * | import ordereddict from types | Yobmod | 2021-07-24 | 1 | -2/+1 |
| * | put ordereddict behind py version guard | Yobmod | 2021-07-24 | 1 | -2/+3 |
| * | change ordereddict to typing.ordereddict | Yobmod | 2021-07-24 | 1 | -1/+2 |
| * | Readd with_metaclass shim | Yobmod | 2021-07-24 | 2 | -1/+18 |
| * | Rmv with_metaclass shim, make section constraint generic wrt its configparser... | Yobmod | 2021-07-24 | 7 | -59/+40 |
| * | Use BaseIndexEntry named access in index/fun.py | Yobmod | 2021-07-24 | 2 | -60/+38 |
| * | Replace all Typeguard with cast, revert update to typing-extensions==3.10.0 | Yobmod | 2021-07-24 | 10 | -44/+49 |
| * | Rmv old py2.7 __future__ imports | Yobmod | 2021-07-19 | 4 | -6/+0 |
| * | Add a cast to git.cmd _version_info | Yobmod | 2021-07-19 | 1 | -10/+10 |
| * | Make pathlike a forward ref | Yobmod | 2021-07-19 | 1 | -3/+4 |
| * | Change remaining type comments to py3.6+ types | Yobmod | 2021-07-19 | 15 | -72/+76 |
| * | rmv redundant IOerror except | Yobmod | 2021-07-19 | 1 | -658/+0 |
| * | Make types in refs compatible with objects | Yobmod | 2021-07-19 | 7 | -23/+30 |
| * | Make traversable and serilizable into protocols | Yobmod | 2021-07-19 | 1 | -24/+54 |
| * | Make types in refs compatible with repo | Yobmod | 2021-07-19 | 1 | -3/+4 |
| * | Make types in refs compatible with previous | Yobmod | 2021-07-19 | 6 | -45/+59 |
| * | Add types to refs/head.py | Yobmod | 2021-07-19 | 1 | -15/+22 |
| * | Add types to refs/log.py | Yobmod | 2021-07-19 | 1 | -54/+86 |
| * | Add types to refs/reference.py | Yobmod | 2021-07-19 | 1 | -12/+25 |
| * | Add types to refs/remote.py | Yobmod | 2021-07-19 | 1 | -9/+22 |
| * | Add types to refs/symbolic.py | Yobmod | 2021-07-19 | 1 | -0/+674 |
| * | Add types to refs/tag.py | Yobmod | 2021-07-19 | 1 | -10/+36 |
| * | update types in types.py | Yobmod | 2021-07-19 | 2 | -6/+6 |
| * | Make TreeCacheTup forward ref | Yobmod | 2021-07-09 | 1 | -4/+4 |
| * | Use TreeCacheTup type alias throughout | Yobmod | 2021-07-09 | 3 | -10/+13 |
| * | Fix typing of index.fun.write_tree_from_cache() | Yobmod | 2021-07-09 | 2 | -5/+4 |
| * | Improve IndexFile_process_diff_args() to get checks to rerun | Yobmod | 2021-07-09 | 2 | -9/+9 |
| * | Make IndexFile and Diffable .diff() types agree | Yobmod | 2021-07-09 | 2 | -2/+4 |
| * | Remove defsult_index decorator from diff() and do check within function. Brea... | Yobmod | 2021-07-09 | 1 | -2/+7 |
| * | Add remote.url type | Yobmod | 2021-07-09 | 1 | -14/+7 |
| * | Rmv Diffable assert, add Remoote.url property | Yobmod | 2021-07-09 | 2 | -2/+8 |
| * | Improve Diffable method typing | Yobmod | 2021-07-09 | 2 | -19/+19 |
| * | Try to distinguation git.diff module from diff.Diff.diff and diff.Daffable.di... | Yobmod | 2021-07-09 | 4 | -23/+24 |
| * | Rmv submodule.base Repo assert | Yobmod | 2021-07-09 | 1 | -1/+1 |
| * | Move TraverseNT to global, cos mypy complained on testing | Yobmod | 2021-07-09 | 3 | -20/+24 |
| * | Flatten list_traverse() | Yobmod | 2021-07-09 | 1 | -0/+1 |
| * | Make has_repo protocol runtime checkable and use in Diffable | Yobmod | 2021-07-09 | 3 | -10/+27 |
| * | Fix list_traverse() docstring for Autodoc | Yobmod | 2021-07-09 | 1 | -0/+5 |
| * | Rmv circular import, create Has_id_attribute Protocol instead | Yobmod | 2021-07-09 | 3 | -7/+11 |
| * | Add list_traverse() to Tree and TraversableIterableObj. | Yobmod | 2021-07-09 | 2 | -3/+11 |
| * | Change type of list_traverse() again. | Yobmod | 2021-07-09 | 1 | -6/+17 |
| * | Rmv typeguard from list_traverse(), was wrong | Yobmod | 2021-07-09 | 2 | -20/+18 |
| * | improve TraversableIterableObj typeguard | Yobmod | 2021-07-09 | 1 | -4/+6 |
| * | tests TraversableIterableObj typeguard | Yobmod | 2021-07-09 | 2 | -6/+5 |
| * | Change List to MutableSequence in fun.py _find_by_name() | Yobmod | 2021-07-08 | 2 | -9/+10 |
| * | fix base,ours,theirs typing | Yobmod | 2021-07-08 | 3 | -9/+9 |