Skip to content
Navigation Menu
Toggle navigation
Sign in
Product
GitHub Copilot
Write better code with AI
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
All features
Documentation
GitHub Skills
Blog
Solutions
By company size
Enterprises
Small and medium teams
Startups
Nonprofits
By use case
DevSecOps
DevOps
CI/CD
View all use cases
By industry
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
Enterprise platform
AI-powered developer platform
Available add-ons
GitHub Advanced Security
Enterprise-grade security features
Copilot for business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Reseting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Borda
/
GitPython
Public
forked from
gitpython-developers/GitPython
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Security
Insights
Additional navigation options
Code
Pull requests
Actions
Security
Insights
Commits
Breadcrumbs
History for
GitPython
git
on
precommit/validate-pyproject
User selector
All users
Datepicker
All time
Commit History
Commits on Mar 31, 2024
Add GitMeta alias
Show description for f6060df
EliahKagan
committed
f6060df
Copy full SHA for f6060df
Clarify security risk in USE_SHELL doc and warnings
EliahKagan
committed
f92f4c3
Copy full SHA for f92f4c3
Commits on Mar 29, 2024
Expand USE_SHELL docstring; clarify a test usage
Show description for bdabb21
EliahKagan
committed
bdabb21
Copy full SHA for bdabb21
Hide `del util` from type checkers
Show description for 3da47c2
EliahKagan
committed
3da47c2
Copy full SHA for 3da47c2
Read USE_SHELL in Git.execute without DeprecationWarning
Show description for 84bf2ca
EliahKagan
committed
84bf2ca
Copy full SHA for 84bf2ca
Clarify that the private name mangling is intentional
EliahKagan
committed
c5d5b16
Copy full SHA for c5d5b16
Keep mypy from thinking Git has arbitrary class attributes
Show description for c6f518b
EliahKagan
committed
c6f518b
Copy full SHA for c6f518b
Have USE_SHELL warn but work like normal via super()
Show description for 04eb09c
EliahKagan
committed
04eb09c
Copy full SHA for 04eb09c
Implement instance USE_SHELL lookup in __getattr__
Show description for 05de5c0
EliahKagan
committed
05de5c0
Copy full SHA for 05de5c0
Issue warnings whenever Git.USE_SHELL is accessed
Show description for d38e721
EliahKagan
committed
d38e721
Copy full SHA for d38e721
Refine deprecated module attributes and their warnings
Show description for dffa930
EliahKagan
committed
dffa930
Copy full SHA for dffa930
Issue warnings for some deprecated attributes of modules
EliahKagan
committed
28bd4a3
Copy full SHA for 28bd4a3
Commits on Mar 28, 2024
Use the :exc: Sphinx role for DeprecationWarning
Show description for 21c2b72
EliahKagan
committed
21c2b72
Copy full SHA for 21c2b72
Have the deprecated Commit.trailers property issue a warning
EliahKagan
committed
03464d9
Copy full SHA for 03464d9
Have the deprecated Diff.renamed property issue a warning
EliahKagan
committed
e7dec7d
Copy full SHA for e7dec7d
Commits on Mar 19, 2024
Clarify how tag objects are usually tree-ish and commit-ish
Show description for 838eb92
EliahKagan
committed
838eb92
Copy full SHA for 838eb92
Pick a consistent type for __all__ (for now, list)
Show description for 78055a8
EliahKagan
committed
78055a8
Copy full SHA for 78055a8
Don't explicitly list direct submodules in __all__
Show description for fcc7418
EliahKagan
committed
fcc7418
Copy full SHA for fcc7418
Add missing submodule imports in git.objects
Show description for 00f4cbc
EliahKagan
committed
00f4cbc
Copy full SHA for 00f4cbc
Further improve git.objects.util module docstring
EliahKagan
committed
9bbbcb5
Copy full SHA for 9bbbcb5
Add the nonpublic indirect submodule aliases back for now
Show description for 31f89a1
EliahKagan
committed
31f89a1
Copy full SHA for 31f89a1
Restore relative order to fix circular import error
Show description for 64c9efd
EliahKagan
committed
64c9efd
Copy full SHA for 64c9efd
Replace wildcard imports in top-level git module
Show description for 7745250
EliahKagan
committed
7745250
Copy full SHA for 7745250
Fix a tiny import sorting nit
EliahKagan
committed
abbe74d
Copy full SHA for abbe74d
Remove unneeded F401 "Unused import" suppressions
Show description for 31bc8a4
EliahKagan
committed
31bc8a4
Copy full SHA for 31bc8a4
Make F401 "unused import" suppressions more specific
Show description for 6318eea
EliahKagan
committed
6318eea
Copy full SHA for 6318eea
Improve how second-level imports and __all__ are written
Show description for 3d4e476
EliahKagan
committed
3d4e476
Copy full SHA for 3d4e476
Remove old commented-out flagKeyLiteral assertions in git.remote
EliahKagan
committed
b8bab43
Copy full SHA for b8bab43
Remove old commented-out change_type assertions in git.diff
EliahKagan
committed
2053a3d
Copy full SHA for 2053a3d
Commits on Mar 18, 2024
Improve how imports and __all__ are written in git.util
Show description for a05597a
EliahKagan
committed
a05597a
Copy full SHA for a05597a
Add __all__ and imports in git.objects.submodule
Show description for de540b7
EliahKagan
committed
de540b7
Copy full SHA for de540b7
Make git.objects.util module docstring more specific
Show description for 3786307
EliahKagan
committed
3786307
Copy full SHA for 3786307
Fix git.objects.__all__ and make submodules explicit
Show description for f89d065
EliahKagan
committed
f89d065
Copy full SHA for f89d065
Don't patch IndexObject and Object into git.objects.submodule.util
Show description for 01c95eb
EliahKagan
committed
01c95eb
Copy full SHA for 01c95eb
Remove a bit of old commented-out code in git.objects.*
EliahKagan
committed
c58be4c
Copy full SHA for c58be4c
Pagination
Previous
Next
You can’t perform that action at this time.