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
Type
/
to 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
refs
log.py
on
security-fixes
User selector
All users
All time
Commit history
Commits on Aug 4, 2026
Remove possibly-unbound type suppressions
Show description for afe3ac9
Byron
and
codex
committed
afe3ac9
View commit details
Copy full SHA for afe3ac9
View code at this point
Browse repository at this point
Commits on Apr 28, 2026
address review feedback and CI failures
Show description for 4af8463
codex
and
Byron
committed
4af8463
View commit details
Copy full SHA for 4af8463
View code at this point
Browse repository at this point
prevent out-of-repo access when manipulating references.
Show description for 25ba54d
codex
and
Byron
committed
25ba54d
View commit details
Copy full SHA for 25ba54d
View code at this point
Browse repository at this point
Commits on Nov 28, 2025
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
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
Commits on May 30, 2025
Use newer ruff style
Show description for b7ce712
EliahKagan
committed
b7ce712
View commit details
Copy full SHA for b7ce712
View code at this point
Browse repository at this point
Commits on Mar 18, 2024
Improve order of imports and __all__ in git.refs submodules
EliahKagan
committed
8b51af3
View commit details
Copy full SHA for 8b51af3
View code at this point
Browse repository at this point
Commits on Mar 5, 2024
Add return-type annotation on __init__ methods
Show description for 5d7e55b
EliahKagan
committed
5d7e55b
View commit details
Copy full SHA for 5d7e55b
View code at this point
Browse repository at this point
Commits on Feb 29, 2024
More docstring revisions within git.refs
EliahKagan
committed
254c82a
View commit details
Copy full SHA for 254c82a
View code at this point
Browse repository at this point
Commits on Feb 27, 2024
Revise docstrings within git.refs
EliahKagan
committed
d1d18c2
View commit details
Copy full SHA for d1d18c2
View code at this point
Browse repository at this point
Commits on Dec 9, 2023
Overhaul noqa directives
Show description for 41d22b2
EliahKagan
committed
41d22b2
View commit details
Copy full SHA for 41d22b2
View code at this point
Browse repository at this point
Commits on Nov 3, 2023
Make comments more consistent and clarify license
Show description for 454032c
EliahKagan
committed
454032c
View commit details
Copy full SHA for 454032c
View code at this point
Browse repository at this point
Commits on Nov 2, 2023
Use zero-argument super() where applicable
Show description for a47e46d
EliahKagan
committed
a47e46d
View commit details
Copy full SHA for a47e46d
View code at this point
Browse repository at this point
Commits on Oct 22, 2023
Revise docstrings and comments for clarity and formatting
Show description for cd16a35
EliahKagan
committed
cd16a35
View commit details
Copy full SHA for cd16a35
View code at this point
Browse repository at this point
Put all regex patterns in r-strings
Show description for ffcbf07
EliahKagan
committed
ffcbf07
View commit details
Copy full SHA for ffcbf07
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
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 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
Commits on May 18, 2022
reformat according to 'black' configuration file.
Byron
committed
e530544
View commit details
Copy full SHA for e530544
View code at this point
Browse repository at this point
Commits on May 17, 2022
Run everything through 'black'
Show description for 21ec529
Byron
committed
21ec529
View commit details
Copy full SHA for 21ec529
View code at this point
Browse repository at this point
Commits on Jul 31, 2021
Add type to refs.log._read_from_file()
Yobmod
committed
e364c5e
View commit details
Copy full SHA for e364c5e
View code at this point
Browse repository at this point
Commits on Jul 19, 2021
Add types to refs/log.py
Yobmod
committed
ae13c6d
View commit details
Copy full SHA for ae13c6d
View code at this point
Browse repository at this point
Commits on Jun 25, 2021
replace cast()s with asserts in remote.py
Yobmod
committed
7b09003
View commit details
Copy full SHA for 7b09003
View code at this point
Browse repository at this point
Commits on May 16, 2021
flake8 and mypy fixes
Yobmod
committed
595181d
View commit details
Copy full SHA for 595181d
View code at this point
Browse repository at this point
Commits on Feb 25, 2020
Remove now unnecessary explicit Unicode string literal prefixes
Harmon758
committed
d39bd53
View commit details
Copy full SHA for d39bd53
View code at this point
Browse repository at this point
Commits on Feb 8, 2020
Remove and replace compat.string_types
Harmon758
authored and
Byron
committed
768b9ff
View commit details
Copy full SHA for 768b9ff
View code at this point
Browse repository at this point
Remove checks for Python 2 and/or 3
Harmon758
authored and
Byron
committed
6aa78cd
View commit details
Copy full SHA for 6aa78cd
View code at this point
Browse repository at this point
Remove and replace compat.xrange
Harmon758
authored and
Byron
committed
b5dd2f0
View commit details
Copy full SHA for b5dd2f0
View code at this point
Browse repository at this point
Commits on Oct 28, 2019
removed extra line as per code review
imkaka
committed
9932e64
View commit details
Copy full SHA for 9932e64
View code at this point
Browse repository at this point
Commits on Oct 24, 2019
silence PYL-W0621
imkaka
committed
225529c
View commit details
Copy full SHA for 225529c
View code at this point
Browse repository at this point
silance Re-defined variable from outer scope
imkaka
committed
4dda3cb
View commit details
Copy full SHA for 4dda3cb
View code at this point
Browse repository at this point
Commits on Oct 23, 2019
resolved all minor issues arised by last fix patch
imkaka
committed
1dc46d7
View commit details
Copy full SHA for 1dc46d7
View code at this point
Browse repository at this point
fix File opened without the with statement
imkaka
committed
597fb58
View commit details
Copy full SHA for 597fb58
View code at this point
Browse repository at this point
fix Loop variable used outside the loop
imkaka
committed
5eb8289
View commit details
Copy full SHA for 5eb8289
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.