Commits
User selector
Commit History
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 1fe4dc8committedTemporarily rename Commit_ish to Old_commit_ish
Show description for 04a2753committedHave git module use sys.platform to check for Windows
Show description for 88557bccommittedApply intended suppression in Tree.traverse
Show description for 97d9b65committedRemove some unneeded mypy suppressions
Show description for 84fc806committed
Commits on Mar 8, 2024
Fix wrong class name in git.objects.tag docstring
Show description for 1cdec7acommittedFix RootModule.update `ignore[override]` suppression
Show description for 8e8b87acommitted
Commits on Mar 7, 2024
Commits on Mar 6, 2024
- committed
Commits on Mar 5, 2024
Add return-type annotation on __init__ methods
Show description for 5d7e55bcommitted
Commits on Mar 4, 2024
Don't bind unused _assertion_msg_format
Show description for b6e3ad2committedAdd a cationary note about Object vs. object
Show description for 29443cecommittedUse phrases like "git object type" where applicable
Show description for 1530fd2committedExpand docs of classes representing Git objects
Show description for f3b9a69committed
Commits on Mar 3, 2024
Refine how tree[subscript] is introduced
Show description for 85889cdcommittedChange how tree[subscript] is introduced
Show description for 6f3a20fcommittedFix unnecessarily long reference in Tree docstrings
Show description for 01cc8e2committed