summaryrefslogtreecommitdiff
path: root/git
Commit message (Collapse)AuthorAgeFilesLines
...
* MmmmmYobmod2021-07-082-15/+12
|
* Mak EntryTup a froward refYobmod2021-07-082-7/+6
|
* Mak GitCmdObjectDB a froward refYobmod2021-07-081-3/+3
|
* Finish initial typing of index folderYobmod2021-07-086-81/+123
|
* Increase mypy strictness (no_implicit_optional & warn_redundant_casts) and ↵Yobmod2021-07-088-28/+21
| | | | fix errors
* Make diff.DiffIndex generic List['Diff']Yobmod2021-07-062-16/+20
|
* Add 'U' to change_levels (should pass)Yobmod2021-07-061-2/+2
|
* Check change_levels (should fail)Yobmod2021-07-061-2/+2
|
* Type index _items_to_rela_paths()Yobmod2021-07-061-9/+10
|
* UnMake subodule a forward ref in Index.base2Yobmod2021-07-061-1/+1
|
* UnMake subodule a forward ref in Index.baseYobmod2021-07-061-1/+1
|
* Make subodule a forward ref in Index.base3Yobmod2021-07-061-2/+2
|
* Make Repo a forward ref in Submodule.baseYobmod2021-07-061-3/+3
|
* Make subodule a forward ref in Index.base2Yobmod2021-07-061-1/+1
|
* Make subodule a forward ref in Index.baseYobmod2021-07-061-4/+4
|
* Readd submodule.base.py typesYobmod2021-07-062-39/+54
|
* Readd typeguard to Diff.pyYobmod2021-07-061-2/+9
|
* Fix submodule.util.py typesYobmod2021-07-062-11/+25
|
* Re-add submodule.util.py typesYobmod2021-07-061-7/+16
|
* Rmv diff typeguardYobmod2021-07-062-19/+11
|
* Rmv submodule types2Yobmod2021-07-062-3/+3
|
* 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-062-2/+2
|
* Rmv runtime_checkable < py3.8Yobmod2021-07-062-2/+2
|
* Fix for mrepo2Yobmod2021-07-064-9/+17
|
* Fix for mrepoYobmod2021-07-062-5/+6
|
* Fix Literal TypeguardsYobmod2021-07-062-5/+5
|
* Add cast(Repo, mrepo) in try blockYobmod2021-07-061-3/+4
|
* Improve types of diff.pyYobmod2021-07-062-5/+7
|
* Improve types of diff.pyYobmod2021-07-061-6/+14
|
* Improve types of @unbare_repo and @git_working_dir decoratorsYobmod2021-07-063-6/+7
|
* Add types to submodule.update()Yobmod2021-07-064-32/+52
|
* Add types to submodule.root.pyYobmod2021-07-051-8/+13
|
* Make bytesIO forwardrefYobmod2021-07-054-10/+24
|
* Add types to submodule.util.pyYobmod2021-07-052-10/+13
|
* Improve BlameEntry.commit typingYobmod2021-07-052-6/+6
|
* Add Literal_config_levels.__args__Yobmod2021-07-051-1/+5
|
* Rmv is_config_level() and get_args(), not worth the troubleYobmod2021-07-051-9/+2
|
* fix is_config_level for < 3.8Yobmod2021-07-051-2/+5
|
* put typing_extensions.get_types() behind python version guardYobmod2021-07-051-3/+3
|
* Fix IndexFile forwardrefYobmod2021-07-052-5/+2
|
* Improve typing of config_levels, add assert_never()Yobmod2021-07-056-39/+79
|
* 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-019-54/+85
|/ /
* | Flake 8 fixYobmod2021-06-301-1/+1
| |