| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | Make pathlike a forward ref | Yobmod | 2021-07-19 | 2 | -4/+6 | |
| | * | | update types in types.py | Yobmod | 2021-07-19 | 1 | -2/+2 | |
| | * | | Merge branch 'main' of https://github.com/Yobmod/GitPython | Yobmod | 2021-07-19 | 1 | -9/+11 | |
| | |\ \ | ||||||
| | | * | | Update README.md | Dominic | 2021-07-19 | 1 | -2/+3 | |
| | | * | | Update README.md | Dominic | 2021-07-19 | 1 | -9/+10 | |
| | * | | | Change remaining type comments to py3.6+ types | Yobmod | 2021-07-19 | 16 | -73/+77 | |
| | |/ / | ||||||
| | * | | Add flake8-bugbear and -comprehensions to test-requirements.txt | Yobmod | 2021-07-19 | 2 | -6/+6 | |
| | * | | rmv redundant IOerror except | Yobmod | 2021-07-19 | 2 | -660/+2 | |
| | * | | rmv python 3.5 checks from tests | Yobmod | 2021-07-19 | 8 | -24/+15 | |
| | * | | 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 | |
| |/ / | ||||||
| * | | Merge pull request #1294 from gitpython-developers/tidy-tools | Sebastian Thiel | 2021-07-19 | 12 | -135/+99 | |
| |\ \ | ||||||
| | * | | Update README.md | Dominic | 2021-07-19 | 1 | -7/+9 | |
| | * | | Add sphinx-autodoc-typehints | Dominic | 2021-07-19 | 1 | -0/+1 | |
| | * | | Add mypy to test-requirements.txt | Dominic | 2021-07-19 | 1 | -1/+1 | |
| | * | | Update pyproject.toml | Dominic | 2021-07-19 | 1 | -1/+1 | |
| | * | | Update .flake8 | Dominic | 2021-07-19 | 1 | -1/+3 | |
| | * | | Update pythonpackage.yml | Dominic | 2021-07-19 | 1 | -9/+4 | |
| | * | | Update requirements-dev.txt | Dominic | 2021-07-19 | 1 | -2/+12 | |
| | * | | Update conf.py | Dominic | 2021-07-19 | 1 | -4/+5 | |
| | * | | Update pshinx versions in docs/reqs.txt | Dominic | 2021-07-19 | 1 | -1/+1 | |
| | * | | Delete .deepsource.toml | Dominic | 2021-07-19 | 1 | -15/+0 | |
| | * | | Delete .codeclimate.yml | Dominic | 2021-07-19 | 1 | -15/+0 | |
| | * | | Create .flake8 | Dominic | 2021-07-19 | 1 | -0/+30 | |
| | * | | Create pyproject.toml | Dominic | 2021-07-19 | 1 | -0/+35 | |
| | * | | Delete .coveragerc | Dominic | 2021-07-19 | 1 | -7/+0 | |
| | * | | Delete mypy.ini | Dominic | 2021-07-19 | 1 | -14/+0 | |
| | * | | Delete tox.ini | Dominic | 2021-07-19 | 1 | -61/+0 | |
| * | | | Add mypy to test-requirements.txt | Dominic | 2021-07-19 | 1 | -1/+1 | |
| |/ / | ||||||
| * | | rmv tox from test-requirements.txt | Dominic | 2021-07-16 | 1 | -1/+0 | |
| * | | Make development status clearer | Sebastian Thiel | 2021-07-14 | 1 | -14/+11 | |
| * | | put badges (also) upfront | Sebastian Thiel | 2021-07-14 | 1 | -0/+4 | |
| * | | Remove docker and appveyor configuration files | Sebastian Thiel | 2021-07-14 | 6 | -195/+3 | |
| * | | Merge pull request #1289 from gitpython-developers/pytest | Dominic | 2021-07-13 | 5 | -17/+66 | |
| |\ \ | ||||||
| | * | | Update pythonpackage.yml | Dominic | 2021-07-12 | 1 | -1/+1 | |
| | * | | Update pythonpackage.yml | Dominic | 2021-07-12 | 1 | -2/+3 | |
| | * | | Add pytests args | Dominic | 2021-07-12 | 1 | -9/+9 | |
| | * | | Update pythonpackage.yml | Dominic | 2021-07-12 | 1 | -6/+8 | |
| | * | | Merge branch 'main' into pytest | Dominic | 2021-07-12 | 1 | -1/+7 | |
| | |\ \ | |/ / |/| | | ||||||
| * | | | Update pythonpackage.yml | Dominic | 2021-07-12 | 1 | -5/+3 | |
| | * | | Update test-requirements.txt | Dominic | 2021-07-12 | 1 | -1/+3 | |
