summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update pythonpackage.ymlDominic2021-09-091-1/+1
* Update setup.pyDominic2021-09-091-1/+1
* Update pythonpackage.ymlDominic2021-09-091-1/+1
* Update pythonpackage.ymlDominic2021-09-091-1/+1
* Change CI python 3.10 to rc1 again. Spinx broken either wayYobmod2021-08-091-1/+1
* Update changes.rstYobmod2021-08-091-2/+3
* Change CI to 3.10.0-beta.4, to get docs to passYobmod2021-08-091-1/+1
* Update changelog and versionYobmod2021-08-094-27/+56
* upgrade sphinx for 3.10 compatYobmod2021-08-092-5/+6
* try fix for Protocol buy in 3.10 3Yobmod2021-08-091-2/+2
* try fix for Protocol buy in 3.10 2Yobmod2021-08-091-1/+1
* try fix for Protocol buy in 3.10Yobmod2021-08-091-2/+8
* update 3.10 to rc1 in test matrixYobmod2021-08-081-1/+1
* add pypy to test matrixYobmod2021-08-081-1/+1
* type fixoYobmod2021-08-081-0/+0
* type fixYobmod2021-08-081-0/+944
* add type check to conf_encoding (in thoery could be bool or int)Yobmod2021-08-084-959/+6
* Merge branch 'master' of https://github.com/Yobmod/GitPython into mainyobmod2021-08-084-16/+34
|\
| * fix setup.py classifiers, improvefnmatchprocess handler typesyobmod2021-08-084-16/+34
| * Merge branch 'master' of https://github.com/Yobmod/GitPythonyobmod2021-08-030-0/+0
| |\
| | * Run actions on main branchmasterSebastian Thiel2021-04-011-3/+3
* | | Merge pull request #1314 from eric-wieser/patch-1Dominic2021-08-062-13/+35
|\ \ \
| * | | Update test_util.pyEric Wieser2021-08-041-1/+4
| * | | Try a better testEric Wieser2021-08-041-3/+18
| * | | Fix testEric Wieser2021-08-031-9/+9
| * | | Merge branch 'gitpython-developers:main' into patch-1Eric Wieser2021-08-031-2/+2
| |\ \ \ | |/ / / |/| | |
* | | | Merge pull request #1315 from eric-wieser/patch-2Dominic2021-08-031-2/+2
|\ \ \ \
| * | | | Fix trailing whitespace and incorrect overloadEric Wieser2021-08-031-2/+2
|/ / / /
| * | | Use get instead of get_valueEric Wieser2021-08-031-1/+1
| * | | Merge branch 'main' into patch-1Eric Wieser2021-08-0322-224/+252
| |\ \ \ | |/ / / |/| | |
* | | | Add overload to get_value()Dominic2021-08-031-6/+5
* | | | Merge pull request #1311 from Yobmod/mainDominic2021-08-0322-218/+247
|\ \ \ \ | | |/ / | |/| |
| * | | Add Typing :: Typed to setup.pyYobmod2021-08-032-1/+2
| * | | Improve type of repo.currently_rebasing_on()Yobmod2021-08-021-2/+2
| * | | Improve type of repo.blame_incremental()Yobmod2021-08-021-9/+9
| * | | Choose TypedDict!Yobmod2021-08-021-37/+32
| * | | Test Dataclass in repo.base.blame() 6Yobmod2021-08-021-6/+5
| * | | Test Dataclass in repo.base.blame() 5Yobmod2021-08-021-30/+37
| * | | Test Dataclass in repo.base.blame() 4Yobmod2021-08-021-11/+10
| * | | Test TypedDict in repo.base.blame() 1Yobmod2021-08-021-13/+14
| * | | Test TypedDict in repo.base.blame() 2Yobmod2021-08-021-44/+36
| * | | Test Dataclass in repo.base.blame() 3Yobmod2021-08-021-13/+14
| * | | Test Dataclass in repo.base.blame() 2Yobmod2021-08-021-2/+2
| * | | Test Dataclass in repo.base.blame()Yobmod2021-08-022-38/+67
| * | | Test trailing comma in args (>py3.6?)Yobmod2021-08-021-3/+5
| * | | Merge branch 'main' of https://github.com/Yobmod/GitPythonYobmod2021-08-022-0/+3
| |\ \ \
| | * \ \ Merge branch 'gitpython-developers:main' into mainDominic2021-08-022-0/+3
| | |\ \ \ | |_|/ / / |/| | | |
| * | | | Test new union syntax (Pep604)Yobmod2021-08-021-1/+1
| |/ / /
| * | | Minor type fixesYobmod2021-08-022-5/+6
| * | | Add __future__.annotations to repo/base.pyYobmod2021-08-026-14/+18