Commits
User selector
Commit History
Commits on Aug 17, 2024
Upgrade sphinx to ~7.1.2
Show description for 16fc99fcommitted
Commits on Jul 18, 2024
Merge pull request #1943 from JonasScharpf/feature/add-change-type-to-commit-stats
Show description for ea583e1authored
Commits on Jul 17, 2024
Add type of change to files_dict of a commit
Show description for ce8a69acommitted- committed
Commits on Mar 28, 2024
Commits on Mar 19, 2024
Pick a consistent type for __all__ (for now, list)
Show description for 78055a8committedDon't explicitly list direct submodules in __all__
Show description for fcc7418committedAdd missing submodule imports in git.objects
Show description for 00f4cbccommitted- committed
Commits on Mar 18, 2024
Add __all__ and imports in git.objects.submodule
Show description for de540b7committedMake git.objects.util module docstring more specific
Show description for 3786307committedFix git.objects.__all__ and make submodules explicit
Show description for f89d065committedDon't patch IndexObject and Object into git.objects.submodule.util
Show description for 01c95ebcommitted- committed
- committed
Improve order of imports and __all__ in git.objects.*
Show description for c946906committed
Commits on Mar 16, 2024
Use the :exc: role for exceptions
Show description for a957ae7committedFix parse_date docstring spacing; use RFC role
Show description for 6626117committed
Commits on Mar 15, 2024
Use Sphinx manpage references where applicable
Show description for d8ab99ccommitted- committed
Commits on Mar 14, 2024
Describe Submodule.__init__ parent_commit parameter
Show description for 84e256dcommittedUse LBYL for imports where EAFP is a mypy type error
Show description for 5778b7acommitted- committed
Make some broad mypy suppressions more specific
Show description for b070e93committedFix old Commit_ish annotation in RootModule
Show description for e66b8f1committedFix other submodule.base parent_commit annotations
Show description for 1f03e7fcommittedStart on fixing Submodule parent_commit annotations
Show description for 1541c62committed
Commits on Mar 11, 2024
- committed
- committed
- committed
Keep the type of a Commit's `parents` from being too narrow
Show description for e66297acommittedHelp tools know the type of a Commit's `parents`
Show description for fe42ca7committed
Commits on Mar 10, 2024
Remove extra `parents` param in Commit.__init__ docstring
Show description for d1ce940committed- committed
Define GitObjectTypeString and update Object to use it
Show description for 1fe4dc8committed