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
3.1.33
User selector
All users
Datepicker
All time
Commit history
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
Commits on Apr 21, 2023
Add trailers_list and trailers_list methods to fix the commit trailers functionality. Update trailers tests.
itsluketwist
committed
d2f7284
View commit details
Copy full SHA for d2f7284
View code at this point
Browse repository at this point
Commits on Feb 16, 2023
Merge pull request #1555 from Codym48/fix/get_values
Show description for 0e5358a
Byron
authored
0e5358a
View commit details
Copy full SHA for 0e5358a
View code at this point
Browse repository at this point
Commits on Feb 12, 2023
Update cmd.py
eric-wieser
authored
5ab58f3
View commit details
Copy full SHA for 5ab58f3
View code at this point
Browse repository at this point
Fix RecursionError when iterating streams
eric-wieser
authored
5cbc178
View commit details
Copy full SHA for 5cbc178
View code at this point
Browse repository at this point
Commits on Feb 2, 2023
Merge pull request #1550 from Sineaggi/remove-optional-from-two-variables
Show description for c84dde2
Byron
authored
c84dde2
View commit details
Copy full SHA for c84dde2
View code at this point
Browse repository at this point
Update docs
Sineaggi
committed
4a44fdf
View commit details
Copy full SHA for 4a44fdf
View code at this point
Browse repository at this point
Commits on Jan 31, 2023
fixed lint error
Cesar Velazquez
committed
6cf3661
View commit details
Copy full SHA for 6cf3661
View code at this point
Browse repository at this point
Commits on Jan 30, 2023
Enable user to override default diff -M arg
Cesar Velazquez
committed
22f5158
View commit details
Copy full SHA for 22f5158
View code at this point
Browse repository at this point
Commits on Jan 27, 2023
Remove optional from two member variables
Sineaggi
committed
cc71f02
View commit details
Copy full SHA for cc71f02
View code at this point
Browse repository at this point
Commits on Jan 24, 2023
Fix timezone parsing functions for non-hour timezones
Show description for 854a2d1
jcowgill
committed
854a2d1
View commit details
Copy full SHA for 854a2d1
View code at this point
Browse repository at this point
Commits on Jan 21, 2023
Raise exception if return code from check-ignore is not 1
Lightborne
committed
df4dabb
View commit details
Copy full SHA for df4dabb
View code at this point
Browse repository at this point
Commits on Jan 13, 2023
fix files list on file rename
Show description for c9b44d2
teknoraver
committed
c9b44d2
View commit details
Copy full SHA for c9b44d2
View code at this point
Browse repository at this point
Commits on Jan 10, 2023
get_values eagerly loads sections before return
kfreezen
committed
cfc613a
View commit details
Copy full SHA for cfc613a
View code at this point
Browse repository at this point
Commits on Jan 8, 2023
Fix some resource leaks by open file handles
Martin Lambertsen
committed
e500466
View commit details
Copy full SHA for e500466
View code at this point
Browse repository at this point
fix/add allow_unsafe_* params in docstrings + fix typo
obfusk
committed
4110b61
View commit details
Copy full SHA for 4110b61
View code at this point
Browse repository at this point
Commits on Dec 29, 2022
Fix Sphinx rendering errors
Show description for 4463624
stephan-cr
authored and
Byron
committed
4463624
View commit details
Copy full SHA for 4463624
View code at this point
Browse repository at this point
Merge pull request #1521 from stsewd/block-insecure-options
Show description for 678a8fe
Byron
authored
678a8fe
View commit details
Copy full SHA for 678a8fe
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.