summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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-057-18730/+79
* Make Commit.message bytes | strYobmod2021-07-011-6/+9
* Merge branch 'main' of https://github.com/Yobmod/gitpythonYobmod2021-07-012-3/+76
|\
| * Merge branch 'main' into Yobmod/mainSebastian Thiel2021-07-012-3/+76
| |\
| | * Merge pull request #1280 from Lakhtenkov-iv/feature/add-clone-multi-options-t...Sebastian Thiel2021-07-012-3/+77
| | |\
| | | * Added clone multi_options to SubmoduleIgor Lakhtenkov2021-06-302-3/+77
| | |/
* | | Add missed types to Commit, uncomment to_native_path_linux()Yobmod2021-07-019-54/+85
|/ /
* | Flake 8 fixYobmod2021-06-301-1/+1
* | Put protocol behind py version checkYobmod2021-06-301-6/+2
* | Fix forward refYobmod2021-06-301-1/+1
* | Type Traversable/list_traverse() better, make IterablleObj a protocolYobmod2021-06-304-19/+22
* | Type Tree.traverse() betterYobmod2021-06-305-23/+28
* | rmv github squashed commit fileYobmod2021-06-301-82/+0
* | Type Traversable.traverse() better, start types of submoduleYobmod2021-06-3017-156/+352
* | move py.typed from setup.py to MANIFEST.INIYobmod2021-06-304-1/+18775
|/
* Merge pull request #1279 from Yobmod/mainSebastian Thiel2021-06-2616-148/+255
|\
| * another typoDominic2021-06-251-1/+1
| * fix typoDominic2021-06-251-1/+1
| * flake8 fixDominic2021-06-251-1/+1
| * Import typevar in util.pyDominic2021-06-251-1/+3
| * Add type to submodule to trigger checks to rurunYobmod2021-06-251-1/+6
| * trigger checks to rurunYobmod2021-06-251-1/+1
| * replace cast()s with asserts in fun.pyYobmod2021-06-251-3/+9
| * replace cast()s with asserts in remote.pyYobmod2021-06-252-11/+13
| * Add '?' to controlcharacter literalYobmod2021-06-251-2/+2
| * fix assertYobmod2021-06-251-1/+1
| * Add is_flatLiteral() Typeguard[] to remote.pyYobmod2021-06-251-2/+9
| * Add asserts and casts for T_Tree_cacheYobmod2021-06-251-4/+9
| * Update typing-extensions dependancy to <py3.10 for typeguardYobmod2021-06-242-2/+2
| * Import TypeGuard to replace castsYobmod2021-06-241-0/+5