summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update tag.pyDominic2021-07-311-5/+11
* Update config.pyDominic2021-07-311-5/+6
* Update test_refs.pyDominic2021-07-311-3/+7
* Update base.pyDominic2021-07-311-4/+4
* Update util.pyDominic2021-07-311-94/+545
* Update util.pyDominic2021-07-311-540/+94
* Merge pull request #1302 from dimbleby/typing-fixDominic2021-07-311-1/+1
|\
| * Fix typing of Head.create_headDavid Hotham2021-07-301-1/+1
|/
* Revert "More specific version check for ordered dict type"Sebastian Thiel2021-07-281-1/+1
* More specific version check for ordered dict typeSebastian Thiel2021-07-281-1/+1
* fix docsSebastian Thiel2021-07-281-1/+1
* prepare next patch release3.1.20Sebastian Thiel2021-07-282-2/+12
* Merge pull request #1299 from Lakhtenkov-iv/feature/clone-options-support-spacesSebastian Thiel2021-07-272-2/+5
|\
| * Added support of spaces for clone multi_optionsIgor Lakhtenkov2021-07-272-2/+5
|/
* Merge pull request #1298 from Yobmod/mainSebastian Thiel2021-07-2515-149/+140
|\
| * Rmv with_metclass() shim againYobmod2021-07-241-2/+1
| * fix rdereddict, cannot subclass typing-extensiosn versionYobmod2021-07-242-4/+14
| * import ordereddict from typesYobmod2021-07-241-2/+1
| * put ordereddict behind py version guardYobmod2021-07-241-2/+3
| * change ordereddict to typing.ordereddictYobmod2021-07-241-1/+2
| * Readd with_metaclass shimYobmod2021-07-242-1/+18
| * Rmv with_metaclass shim, make section constraint generic wrt its configparser...Yobmod2021-07-248-60/+41
| * Use BaseIndexEntry named access in index/fun.pyYobmod2021-07-242-60/+38
| * Update requirements.txtDominic2021-07-241-1/+1
| * Replace all Typeguard with cast, revert update to typing-extensions==3.10.0Yobmod2021-07-2410-44/+49
|/
* Merge pull request #1297 from gitpython-developers/py.typedDominic2021-07-242-10/+6
|\
| * Add build system to pyproject.tomlDominic2021-07-241-0/+4
| * Rmv EZ_setup from setup.pyDominic2021-07-241-8/+1
| * fix find_packages()Dominic2021-07-241-2/+1
|/
* re-add package data for py.typedDominic2021-07-231-0/+1
* update typing-extensions to 3.10.0Dominic2021-07-231-1/+1
* prepare patch release3.1.19Sebastian Thiel2021-07-232-1/+10
* Merge pull request #1295 from Yobmod/mainSebastian Thiel2021-07-2046-353/+496
|\
| * Rmv old py2.7 __future__ importsYobmod2021-07-199-15/+0
| * Add a cast to git.cmd _version_infoYobmod2021-07-191-10/+10
| * Make pathlike a forward refYobmod2021-07-192-4/+6
| * update types in types.pyYobmod2021-07-191-2/+2
| * Merge branch 'main' of https://github.com/Yobmod/GitPythonYobmod2021-07-191-9/+11
| |\
| | * Update README.mdDominic2021-07-191-2/+3
| | * Update README.mdDominic2021-07-191-9/+10
| * | Change remaining type comments to py3.6+ typesYobmod2021-07-1916-73/+77
| |/
| * Add flake8-bugbear and -comprehensions to test-requirements.txtYobmod2021-07-192-6/+6
| * rmv redundant IOerror exceptYobmod2021-07-192-660/+2
| * rmv python 3.5 checks from testsYobmod2021-07-198-24/+15
| * Make types in refs compatible with objectsYobmod2021-07-197-23/+30
| * Make traversable and serilizable into protocolsYobmod2021-07-191-24/+54
| * Make types in refs compatible with repoYobmod2021-07-191-3/+4
| * Make types in refs compatible with previousYobmod2021-07-196-45/+59
| * Add types to refs/head.pyYobmod2021-07-191-15/+22
| * Add types to refs/log.pyYobmod2021-07-191-54/+86