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
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
992
Star
5.2k
Code
Issues
7
Pull requests
2
Discussions
Actions
Security and quality
34
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security and quality
Insights
Commits
Breadcrumbs
History for
GitPython
git
on
3.1.37
User selector
All users
Datepicker
All time
Commit history
Commits on Sep 22, 2023
remove unnecessary list comprehension to fix CI
Byron
committed
832b6ee
View commit details
Copy full SHA for 832b6ee
View code at this point
Browse repository at this point
Merge pull request #1672 from trail-of-forks/robust-refname-checks
Show description for e98f57b
Byron
authored
e98f57b
View commit details
Copy full SHA for e98f57b
View code at this point
Browse repository at this point
Commits on Sep 21, 2023
Merge pull request #1675 from EliahKagan/rollback
Show description for d40320b
Byron
authored
d40320b
View commit details
Copy full SHA for d40320b
View code at this point
Browse repository at this point
Tweak rollback logic in log.to_file
Show description for e480985
EliahKagan
committed
e480985
View commit details
Copy full SHA for e480985
View code at this point
Browse repository at this point
Refactor try-finally cleanup in git/
Show description for ff84b26
EliahKagan
committed
ff84b26
View commit details
Copy full SHA for ff84b26
View code at this point
Browse repository at this point
Fix rollback bug in SymbolicReference.set_reference
Show description for 592ec84
EliahKagan
committed
592ec84
View commit details
Copy full SHA for 592ec84
View code at this point
Browse repository at this point
Add more checks for the validity of refnames
Show description for 46d3d05
facutuesca
committed
46d3d05
View commit details
Copy full SHA for 46d3d05
View code at this point
Browse repository at this point
Update flake8 additional dependencies, fix warning
Show description for c1ec9cb
EliahKagan
committed
c1ec9cb
View commit details
Copy full SHA for c1ec9cb
View code at this point
Browse repository at this point
Upgrade flake8 in pre-commit and fix new warnings
Show description for bf7af69
EliahKagan
committed
bf7af69
View commit details
Copy full SHA for bf7af69
View code at this point
Browse repository at this point
Commits on Sep 17, 2023
Fix URLs that were redirecting to another license
Show description for ae8c018
EliahKagan
committed
ae8c018
View commit details
Copy full SHA for ae8c018
View code at this point
Browse repository at this point
Commits on Sep 12, 2023
Improve git.util.cwd docstring
Show description for 22b8dba
EliahKagan
committed
22b8dba
View commit details
Copy full SHA for 22b8dba
View code at this point
Browse repository at this point
Commits on Sep 7, 2023
Eliminate duplication of git.util.cwd logic
EliahKagan
committed
eebdb25
View commit details
Copy full SHA for eebdb25
View code at this point
Browse repository at this point
Fix Windows env var upcasing regression
Show description for c7fad20
EliahKagan
committed
c7fad20
View commit details
Copy full SHA for c7fad20
View code at this point
Browse repository at this point
Merge pull request #1644 from trail-of-forks/fix-cve-2023-41040
Show description for 74e55ee
Byron
authored
74e55ee
View commit details
Copy full SHA for 74e55ee
View code at this point
Browse repository at this point
Commits on Sep 6, 2023
Fix CVE-2023-41040
Show description for 64ebb9f
facutuesca
committed
64ebb9f
View commit details
Copy full SHA for 64ebb9f
View code at this point
Browse repository at this point
Commits on Sep 5, 2023
Fix 'Tree' object has no attribute '_name' when submodule path is normal path
CosmosAtlas
committed
d5e763e
View commit details
Copy full SHA for d5e763e
View code at this point
Browse repository at this point
Commits on Sep 2, 2023
util: close lockfile after opening successfully
Show description for 3e829eb
skshetry
committed
3e829eb
View commit details
Copy full SHA for 3e829eb
View code at this point
Browse repository at this point
Commits on Sep 1, 2023
Merge pull request #1619 from HageMaster3108/bugfix/use-python-builtin-open-method-to-create-lockfile-to-workaround-docker-virtiofs-permission-issue
Show description for a1c472b
Byron
authored
a1c472b
View commit details
Copy full SHA for a1c472b
View code at this point
Browse repository at this point
Commits on Aug 30, 2023
Fix CVE-2023-40590
Show description for 6029211
EliahKagan
committed
6029211
View commit details
Copy full SHA for 6029211
View code at this point
Browse repository at this point
Commits on Aug 27, 2023
feat: full typing for "progress" parameter
Show description for 9f74c05
Lydia
committed
9f74c05
View commit details
Copy full SHA for 9f74c05
View code at this point
Browse repository at this point
Commits on Jul 27, 2023
Creating a lock now uses python built-in "open()" method to work around docker virtiofs issue
HageMaster3108
committed
186c1ae
View commit details
Copy full SHA for 186c1ae
View code at this point
Browse repository at this point
Commits on Jul 21, 2023
Disable merge_includes in config writers
bodograumann
committed
41ecc6a
View commit details
Copy full SHA for 41ecc6a
View code at this point
Browse repository at this point
Commits on Jul 20, 2023
Apply straight-forward typing fixes
bodograumann
committed
f01ee4f
View commit details
Copy full SHA for f01ee4f
View code at this point
Browse repository at this point
Add missing type annotation
bodograumann
committed
3908e79
View commit details
Copy full SHA for 3908e79
View code at this point
Browse repository at this point
Run black and exclude submodule
bodograumann
committed
6035db0
View commit details
Copy full SHA for 6035db0
View code at this point
Browse repository at this point
Allow explicit casting even when slightly redundant
bodograumann
committed
c6dab19
View commit details
Copy full SHA for c6dab19
View code at this point
Browse repository at this point
Ignore remaining [unreachable] type errors
bodograumann
committed
76394d4
View commit details
Copy full SHA for 76394d4
View code at this point
Browse repository at this point
Commits on Jul 10, 2023
Block insecure non-multi options in clone/clone_from
Show description for 5c59e0d
Beuc
committed
5c59e0d
View commit details
Copy full SHA for 5c59e0d
View code at this point
Browse repository at this point
Commits on Jul 7, 2023
fixes
r-darwish
committed
a3859ee
View commit details
Copy full SHA for a3859ee
View code at this point
Browse repository at this point
Don't rely on __del__
r-darwish
committed
8186159
View commit details
Copy full SHA for 8186159
View code at this point
Browse repository at this point
Commits on May 15, 2023
Name top-level exceptions as private variables
Show description for 2a0305b
Hawk777
committed
2a0305b
View commit details
Copy full SHA for 2a0305b
View code at this point
Browse repository at this point
Commits on Apr 23, 2023
Revert the removal of Commit.trailers property.
itsluketwist
committed
9ef07a7
View commit details
Copy full SHA for 9ef07a7
View code at this point
Browse repository at this point
Commits on Apr 22, 2023
Specify encoding in Commit.trailer_list.
itsluketwist
committed
ed36bd9
View commit details
Copy full SHA for ed36bd9
View code at this point
Browse repository at this point
Update Commit.trailer_list to return tuples.
itsluketwist
committed
abde3ea
View commit details
Copy full SHA for abde3ea
View code at this point
Browse repository at this point
Deprecate Commit.trailers.
itsluketwist
committed
78424b5
View commit details
Copy full SHA for 78424b5
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.