summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | Delete .codeclimate.ymlDominic2021-07-191-15/+0
| * | Create .flake8Dominic2021-07-191-0/+30
| * | Create pyproject.tomlDominic2021-07-191-0/+35
| * | Delete .coveragercDominic2021-07-191-7/+0
| * | Delete mypy.iniDominic2021-07-191-14/+0
| * | Delete tox.iniDominic2021-07-191-61/+0
* | | Add mypy to test-requirements.txtDominic2021-07-191-1/+1
|/ /
* | rmv tox from test-requirements.txtDominic2021-07-161-1/+0
* | Make development status clearerSebastian Thiel2021-07-141-14/+11
* | put badges (also) upfrontSebastian Thiel2021-07-141-0/+4
* | Remove docker and appveyor configuration filesSebastian Thiel2021-07-146-195/+3
* | Merge pull request #1289 from gitpython-developers/pytestDominic2021-07-135-17/+66
|\ \
| * | Update pythonpackage.ymlDominic2021-07-121-1/+1
| * | Update pythonpackage.ymlDominic2021-07-121-2/+3
| * | Add pytests argsDominic2021-07-121-9/+9
| * | Update pythonpackage.ymlDominic2021-07-121-6/+8
| * | Merge branch 'main' into pytestDominic2021-07-121-1/+7
| |\ \ | |/ / |/| |
* | | Update pythonpackage.ymlDominic2021-07-121-5/+3
| * | Update test-requirements.txtDominic2021-07-121-1/+3
| * | Update pythonpackage.ymlDominic2021-07-121-6/+0
| * | Rename dev-requirements.txt to requirements-dev.txtDominic2021-07-121-0/+0
| * | Update setup.pyDominic2021-07-121-4/+2
| * | Update tox.iniDominic2021-07-121-2/+26
| * | Update dev-requirements.txtDominic2021-07-121-8/+5
| * | Update pythonpackage.ymlDominic2021-07-121-6/+19
| * | Delete Future.ymlDominic2021-07-121-57/+0
| * | Update and rename test_pytest.yml to Future.ymlDominic2021-07-121-1/+3
| * | Update test_pytest.ymlDominic2021-07-121-1/+1
| * | Update test-requirements.txtDominic2021-07-121-1/+1
| * | Add files via uploadDominic2021-07-121-0/+55
| * | Add files via uploadDominic2021-07-121-0/+10
|/ /
* | Merge pull request #1285 from Yobmod/mainSebastian Thiel2021-07-1120-311/+504
|\ \
| * | Make TreeCacheTup forward refYobmod2021-07-091-4/+4
| * | Use TreeCacheTup type alias throughoutYobmod2021-07-093-10/+13
| * | Fix typing of index.fun.write_tree_from_cache()Yobmod2021-07-092-5/+4
| * | Improve IndexFile_process_diff_args() to get checks to rerunYobmod2021-07-092-9/+9
| * | Make IndexFile and Diffable .diff() types agreeYobmod2021-07-092-2/+4
| * | Remove defsult_index decorator from diff() and do check within function. Brea...Yobmod2021-07-091-2/+7
| * | Add remote.url typeYobmod2021-07-091-14/+7
| * | Rmv Diffable assert, add Remoote.url propertyYobmod2021-07-092-2/+8
| * | Improve Diffable method typingYobmod2021-07-092-19/+19
| * | Try to distinguation git.diff module from diff.Diff.diff and diff.Daffable.di...Yobmod2021-07-094-23/+24
| * | Rmv submodule.base Repo assertYobmod2021-07-091-1/+1
| * | Move TraverseNT to global, cos mypy complained on testingYobmod2021-07-093-20/+24
| * | Flatten list_traverse()Yobmod2021-07-091-0/+1
| * | Make has_repo protocol runtime checkable and use in DiffableYobmod2021-07-093-10/+27
| * | Fix list_traverse() docstring for AutodocYobmod2021-07-091-0/+5
| * | Rmv circular import, create Has_id_attribute Protocol insteadYobmod2021-07-093-7/+11
| * | Add list_traverse() to Tree and TraversableIterableObj.Yobmod2021-07-092-3/+11
| * | Change type of list_traverse() again.Yobmod2021-07-091-6/+17