| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | 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 | |
| | * | | Update pythonpackage.yml | Dominic | 2021-07-12 | 1 | -6/+0 | |
| | * | | Rename dev-requirements.txt to requirements-dev.txt | Dominic | 2021-07-12 | 1 | -0/+0 | |
| | * | | Update setup.py | Dominic | 2021-07-12 | 1 | -4/+2 | |
| | * | | Update tox.ini | Dominic | 2021-07-12 | 1 | -2/+26 | |
| | * | | Update dev-requirements.txt | Dominic | 2021-07-12 | 1 | -8/+5 | |
| | * | | Update pythonpackage.yml | Dominic | 2021-07-12 | 1 | -6/+19 | |
| | * | | Delete Future.yml | Dominic | 2021-07-12 | 1 | -57/+0 | |
| | * | | Update and rename test_pytest.yml to Future.yml | Dominic | 2021-07-12 | 1 | -1/+3 | |
| | * | | Update test_pytest.yml | Dominic | 2021-07-12 | 1 | -1/+1 | |
| | * | | Update test-requirements.txt | Dominic | 2021-07-12 | 1 | -1/+1 | |
| | * | | Add files via upload | Dominic | 2021-07-12 | 1 | -0/+55 | |
| | * | | Add files via upload | Dominic | 2021-07-12 | 1 | -0/+10 | |
| |/ / | ||||||
| * | | Merge pull request #1285 from Yobmod/main | Sebastian Thiel | 2021-07-11 | 20 | -311/+504 | |
| |\ \ | ||||||
| | * | | Make TreeCacheTup forward ref | Yobmod | 2021-07-09 | 1 | -4/+4 | |
| | * | | Use TreeCacheTup type alias throughout | Yobmod | 2021-07-09 | 3 | -10/+13 | |
| | * | | Fix typing of index.fun.write_tree_from_cache() | Yobmod | 2021-07-09 | 2 | -5/+4 | |
| | * | | Improve IndexFile_process_diff_args() to get checks to rerun | Yobmod | 2021-07-09 | 2 | -9/+9 | |
| | * | | Make IndexFile and Diffable .diff() types agree | Yobmod | 2021-07-09 | 2 | -2/+4 | |
| | * | | Remove defsult_index decorator from diff() and do check within function. Brea... | Yobmod | 2021-07-09 | 1 | -2/+7 | |
| | * | | Add remote.url type | Yobmod | 2021-07-09 | 1 | -14/+7 | |
| | * | | Rmv Diffable assert, add Remoote.url property | Yobmod | 2021-07-09 | 2 | -2/+8 | |
| | * | | Improve Diffable method typing | Yobmod | 2021-07-09 | 2 | -19/+19 | |
