Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
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
/
Sign in
Sign up
Appearance settings
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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
gitpython-developers
/
GitPython
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
988
Star
5.2k
Code
Issues
8
Pull requests
2
Discussions
Actions
Security and quality
31
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security and quality
Insights
Commits
Breadcrumbs
History for
GitPython
git
on
release
User selector
All users
All time
Commit history
Commits on Jan 1, 2026
Prepare next release
Byron
committed
9e24eb6
View commit details
Copy full SHA for 9e24eb6
View code at this point
Browse repository at this point
Commits on Dec 12, 2025
Allow joining path to tree
George-Ogden
committed
88e2614
View commit details
Copy full SHA for 88e2614
View code at this point
Browse repository at this point
Commits on Dec 8, 2025
Bump git/ext/gitdb from `65321a2` to `4c63ee6`
Show description for f738029
dependabot[bot]
authored
f738029
View commit details
Copy full SHA for f738029
View code at this point
Browse repository at this point
Commits on Nov 29, 2025
Fix type hints
George-Ogden
committed
8434967
View commit details
Copy full SHA for 8434967
View code at this point
Browse repository at this point
Validate every fspath with tests
George-Ogden
committed
12e15ba
View commit details
Copy full SHA for 12e15ba
View code at this point
Browse repository at this point
Merge branch 'main' into true-pathlike
George-Ogden
committed
b5abe0f
View commit details
Copy full SHA for b5abe0f
View code at this point
Browse repository at this point
Remove redundant str call
George-Ogden
committed
1722561
View commit details
Copy full SHA for 1722561
View code at this point
Browse repository at this point
Remove a large number of redundant fspaths
George-Ogden
committed
df8087a
View commit details
Copy full SHA for df8087a
View code at this point
Browse repository at this point
Remove redundant `fspath`
Show description for 57a3af1
George-Ogden
and
Copilot
committed
57a3af1
View commit details
Copy full SHA for 57a3af1
View code at this point
Browse repository at this point
Remove redundant `fspath`
Show description for 50aea99
George-Ogden
and
Copilot
authored
50aea99
View commit details
Copy full SHA for 50aea99
View code at this point
Browse repository at this point
Use converted file path
Show description for b3908ed
George-Ogden
and
Copilot
authored
b3908ed
View commit details
Copy full SHA for b3908ed
View code at this point
Browse repository at this point
Use cast to allow silent getattrs
George-Ogden
committed
eb15123
View commit details
Copy full SHA for eb15123
View code at this point
Browse repository at this point
Commits on Nov 28, 2025
Fix union type conversion to path
George-Ogden
committed
086e832
View commit details
Copy full SHA for 086e832
View code at this point
Browse repository at this point
Convert paths in constructors and large function calls
George-Ogden
committed
3801505
View commit details
Copy full SHA for 3801505
View code at this point
Browse repository at this point
Replace extra occurrences of str with fspath
George-Ogden
committed
0414bf7
View commit details
Copy full SHA for 0414bf7
View code at this point
Browse repository at this point
Use git.types.Literal instead of typing.Literal
George-Ogden
committed
a1f094c
View commit details
Copy full SHA for a1f094c
View code at this point
Browse repository at this point
Add missing parentheses around tuple constructor
George-Ogden
committed
ca5a2e8
View commit details
Copy full SHA for ca5a2e8
View code at this point
Browse repository at this point
Stop Lit_commit_ish being imported
George-Ogden
committed
0aba3e7
View commit details
Copy full SHA for 0aba3e7
View code at this point
Browse repository at this point
Fix typing so that code can run
George-Ogden
committed
a9756bc
View commit details
Copy full SHA for a9756bc
View code at this point
Browse repository at this point
Fix or ignore all mypy errors
George-Ogden
committed
8469a12
View commit details
Copy full SHA for 8469a12
View code at this point
Browse repository at this point
Use os.fspath instead of __fspath__ for reading paths
George-Ogden
committed
91d4cc5
View commit details
Copy full SHA for 91d4cc5
View code at this point
Browse repository at this point
Commits on Nov 27, 2025
Fix missing path conversion
George-Ogden
committed
59c3c80
View commit details
Copy full SHA for 59c3c80
View code at this point
Browse repository at this point
Allow Pathlike paths when creating a git repo
George-Ogden
committed
5d26325
View commit details
Copy full SHA for 5d26325
View code at this point
Browse repository at this point
Simplify logic with direct path conversion
George-Ogden
committed
ad1ae5f
View commit details
Copy full SHA for ad1ae5f
View code at this point
Browse repository at this point
Allow Pathlike urls and destinations when cloning
George-Ogden
committed
24abf10
View commit details
Copy full SHA for 24abf10
View code at this point
Browse repository at this point
Commits on Nov 9, 2025
Merge pull request #2081 from blahgeek/support-index-v3
Show description for 564a043
Byron
authored
564a043
View commit details
Copy full SHA for 564a043
View code at this point
Browse repository at this point
Commits on Nov 3, 2025
Bump git/ext/gitdb from `f8fdfec` to `65321a2`
Show description for 3150ebd
dependabot[bot]
authored
3150ebd
View commit details
Copy full SHA for 3150ebd
View code at this point
Browse repository at this point
Commits on Nov 2, 2025
Support index format v3
blahgeek
committed
74ff8e5
View commit details
Copy full SHA for 74ff8e5
View code at this point
Browse repository at this point
Commits on Oct 21, 2025
Use actual return type in annotation for method submodule_update
Show description for 9dd0081
mtdcr
committed
9dd0081
View commit details
Copy full SHA for 9dd0081
View code at this point
Browse repository at this point
Commits on Oct 7, 2025
fix: Use fnmatch instead.
bvanelli
committed
6cf8633
View commit details
Copy full SHA for 6cf8633
View code at this point
Browse repository at this point
feat: Add support for hasconfig git rule.
bvanelli
committed
bcdcccd
View commit details
Copy full SHA for bcdcccd
View code at this point
Browse repository at this point
Commits on Sep 30, 2025
Fix type hint for `SymbolicReference.reference` property
Show description for 7c55a2b
emmanuel-ferdman
committed
7c55a2b
View commit details
Copy full SHA for 7c55a2b
View code at this point
Browse repository at this point
Commits on Sep 4, 2025
Bump git/ext/gitdb from `39d7dbf` to `f8fdfec`
Show description for 9f913ec
dependabot[bot]
authored
9f913ec
View commit details
Copy full SHA for 9f913ec
View code at this point
Browse repository at this point
Commits on Aug 18, 2025
Bump git/ext/gitdb from `335c0f6` to `39d7dbf`
Show description for fe81519
dependabot[bot]
authored
fe81519
View commit details
Copy full SHA for fe81519
View code at this point
Browse repository at this point
Commits on Jul 22, 2025
Allow relative path url in submodules for submodule_update
t-webber
committed
ec2e2c8
View commit details
Copy full SHA for ec2e2c8
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.