0
I Use This!
High Activity

Commits : Listings

Analyzed about 23 hours ago. based on code collected 1 day ago.
Sep 26, 2025 — Sep 26, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add types to config.py GitConfigParser .__init__() .aquire_lock() More... over 5 years ago
Add types to config.py class _OMD More... over 5 years ago
Add types to config.py class SectionConstraint More... over 5 years ago
Add types to config.py CONFIG_LEVELS, MetaParserBuilder.__new__() .needs_values() .set_dirty_and_flush_changes() More... over 5 years ago
flake8 fixes More... over 5 years ago
Add types to Remote. init getattr exists More... over 5 years ago
fix Repo forward ref More... over 5 years ago
second pass of adding types More... over 5 years ago
add types to _from_line() More... over 5 years ago
add overloads to to_progress_instance() More... over 5 years ago
change flags type to int More... over 5 years ago
change a type (Commit) to a forward ref More... over 5 years ago
Merge branch 'addtypes' of https://github.com/Yobmod/GitPython into addtypes More... over 5 years ago
make progress types more general More... over 5 years ago
Merge branch 'main' into addtypes More... over 5 years ago
add types to PushInfo.__init__() .remote_ref() and .old_commit() More... over 5 years ago
update type of FetchInfo.refresh() to use Literal More... over 5 years ago
copy sys.version checks for literal and final to git.types More... over 5 years ago
add initial types to remote.py More... over 5 years ago
Merge pull request #1218 from mgorny/typing-ext More... over 5 years ago
Fix flake8 More... over 5 years ago
Merge pull request #1226 from muggenhor/testing More... over 5 years ago
fix(types): get the os.PathLike type as correctly as possible More... over 5 years ago
ci: check types with mypy More... over 5 years ago
improvement(mypy): ignore false positives More... over 5 years ago
improvement: teach mypy how to deal with wildcard-imported objects More... over 5 years ago
improvement: teach mypy that Object.type is not always supposed to be None More... over 5 years ago
fix(mypy): properly describe link between parameter and return types More... over 5 years ago
test(mypy): don't complain about missing type hints for 'gitdb' More... over 5 years ago
test(mypy): don't give errors for every unannotated function More... over 5 years ago