Commits
User selector
Commit History
Commits on Jun 24, 2024
Change aliases to work around mypy issue.
Show description for f96eb0ccommitted
Commits on Jun 17, 2024
Commits on Jun 7, 2024
Commits on Jun 2, 2024
Specify DiffIndex generic type
Show description for 77fb5f0committedFix IndexFile items argument type
Show description for 59a0c88committed
Commits on Apr 26, 2024
Commits on Apr 22, 2024
Fix IndexError in GitConfigParser when config value ends in new line
Show description for 47e5738committed
Commits on Apr 5, 2024
Update remote.py
Show description for a9593c7authored
Commits on Apr 2, 2024
Merge pull request #1894 from EliahKagan/mixed
Show description for 623aa6eauthored
Commits on Apr 1, 2024
Update the comment about `--mixed` and paths
Show description for 0152b52committed
Commits on Mar 31, 2024
Fix typo in _get_exe_extensions PATHEXT fallback
Show description for 988d97bcommitted- committed
Add GitMeta alias
Show description for f6060dfcommitted- committed
Commits on Mar 29, 2024
Expand USE_SHELL docstring; clarify a test usage
Show description for bdabb21committedHide `del util` from type checkers
Show description for 3da47c2committedRead USE_SHELL in Git.execute without DeprecationWarning
Show description for 84bf2cacommitted- committed
Keep mypy from thinking Git has arbitrary class attributes
Show description for c6f518bcommittedHave USE_SHELL warn but work like normal via super()
Show description for 04eb09ccommittedImplement instance USE_SHELL lookup in __getattr__
Show description for 05de5c0committedIssue warnings whenever Git.USE_SHELL is accessed
Show description for d38e721committedRefine deprecated module attributes and their warnings
Show description for dffa930committed- committed
Commits on Mar 28, 2024
Use the :exc: Sphinx role for DeprecationWarning
Show description for 21c2b72committed- committed
- committed
Commits on Mar 19, 2024
Clarify how tag objects are usually tree-ish and commit-ish
Show description for 838eb92committedPick 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
Add the nonpublic indirect submodule aliases back for now
Show description for 31f89a1committedRestore relative order to fix circular import error
Show description for 64c9efdcommittedReplace wildcard imports in top-level git module
Show description for 7745250committed