summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |\
| | * Merge pull request #1309 from kasium/flake8-typing-importsDominic2021-08-022-0/+3
| | |\ | | | | | | | | Add flake8-typing-imports
| | | * Add flake8-typing-importsKai Mueller2021-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
| |
* | Fix parse_date typing 7Yobmod2021-08-022-567/+3
| |
* | Fix parse_date typing 6Yobmod2021-08-022-1/+567
| |
* | Fix parse_date typing 5Yobmod2021-08-021-2/+7
| |
* | Fix parse_date typing 4Yobmod2021-08-021-12/+7
| |
* | Fix parse_date typing 3Yobmod2021-08-021-6/+4
| |
* | Fix parse_date typing 2Yobmod2021-08-021-1/+3
| |
* | Fix parse_date typingYobmod2021-08-021-3/+5
| |
* | Add __future__.annotations to cmd.py2Yobmod2021-08-021-3/+3
| |
* | Add __future__.annotations to cmd.pyYobmod2021-08-021-7/+7
| |
* | rmv 3.6 READMEYobmod2021-08-023-53/+51
| |
* | rmv 3.6 from setup.pyYobmod2021-08-024-10/+12
| |
* | rmv 3.6 from CI matrixYobmod2021-08-023-5/+4
| |
* | increase mypy strictness (warn unused ignored and warn unreachable)Yobmod2021-08-0210-23/+29
| |
* | Merge branch 'main' of https://github.com/Yobmod/GitPythonYobmod2021-08-020-0/+0
|\ \
| * \ Merge branch 'gitpython-developers:main' into mainDominic2021-08-020-0/+0
| |\ \ | | |/
| | * Merge pull request #1308 from Yobmod/mainDominic2021-07-3115-100/+138
| | |\ | | | | | | | | Add remaining types to symbolic.py
* | | | increase mypy strictness (warn unused ignored)Yobmod2021-08-025-13/+14
|/ / /
* | | replace more TBDs wiht runtime typesYobmod2021-07-314-20/+22
| | |
* | | replace some TBDs wiht runtime typesYobmod2021-07-318-33/+19
| |/ |/|
* | Add final final types to symbolic.pyYobmod2021-07-311-6/+8
| |
* | Add final types to symbolic.pyYobmod2021-07-311-5/+5
| |
* | Add final types to index/fun.pyYobmod2021-07-311-1/+1
| |
* | Add final types to cmd.pyYobmod2021-07-311-19/+34
| |
* | Add final types to submodule.pyYobmod2021-07-313-13/+14
| |
* | Add final types to tree.pyYobmod2021-07-311-2/+2
| |
* | Add final types to commit.pyYobmod2021-07-311-3/+3
| |
* | Add set_dirty_and_flush_changes() types to config.pyYobmod2021-07-311-2/+2
| |
* | Add final types to config.pyYobmod2021-07-313-12/+16
| |
* | Add type to objects.base.new()Yobmod2021-07-312-2/+3
| |
* | Add type to refs.log._read_from_file()Yobmod2021-07-311-1/+1
| |
* | Add type to refs.head.delete()Yobmod2021-07-311-3/+2
| |
* | Add type to repo.base._to_full_tag_pathYobmod2021-07-312-7/+8
| |
* | Add type to symbolicreference.references()Yobmod2021-07-312-12/+3
| |
* | Add type to symbolicreference.reference()Yobmod2021-07-312-3/+12
| |
* | cleanupYobmod2021-07-311-1/+1
| |
* | Add type to symbolicreference.set_object()Yobmod2021-07-312-8/+10
| |
* | Add type to symbolicreference.set_reference()Yobmod2021-07-311-4/+5
| |
* | Add type to symbolicreference.is_valid()Yobmod2021-07-311-4/+4
| |
* | Add type to symbolicreference.log_append()Yobmod2021-07-311-6/+15
| |
* | Add type to symbolicreference.delete()Yobmod2021-07-311-5/+5
| |
* | Add type to symbolicreference._create()Yobmod2021-07-311-2/+4
| |
* | Merge branch 'main' of https://github.com/Yobmod/GitPythonYobmod2021-07-310-0/+0
|\ \ | |/