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
objects
commit.py
on
3.1.42
User selector
All users
All time
Commit history
Commits on Jan 26, 2024
Don't add `NullHandler`s
Show description for bc42ee5
EliahKagan
committed
bc42ee5
View commit details
Copy full SHA for bc42ee5
View code at this point
Browse repository at this point
Rename logger globals from log to _logger
Show description for 7bbccb4
EliahKagan
committed
7bbccb4
View commit details
Copy full SHA for 7bbccb4
View code at this point
Browse repository at this point
Use consistent style for passing logger name
Show description for 987dbf4
EliahKagan
committed
987dbf4
View commit details
Copy full SHA for 987dbf4
View code at this point
Browse repository at this point
Commits on Dec 25, 2023
Improve deprecation messages and other docstrings
Show description for a0fa2bd
EliahKagan
committed
a0fa2bd
View commit details
Copy full SHA for a0fa2bd
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 24, 2023
Improve consistency of "END" comments
Show description for a5fc1d8
EliahKagan
committed
a5fc1d8
View commit details
Copy full SHA for a5fc1d8
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
Remove Commit._deserialize doc for param_from_rev_list
Show description for 692e59e
EliahKagan
committed
692e59e
View commit details
Copy full SHA for 692e59e
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 Jul 20, 2023
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
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 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 Oct 13, 2022
Add datetime.datetime type to commit_date and author_date
SergeantMenacingGarlic
committed
8f51abd
View commit details
Copy full SHA for 8f51abd
View code at this point
Browse repository at this point
Commits on Aug 24, 2022
Use the same regex as the Actor class when determining co-authors.
itsluketwist
committed
09f8a1b
View commit details
Copy full SHA for 09f8a1b
View code at this point
Browse repository at this point
Commits on Aug 23, 2022
Update regex to extract the author string, and create the Actor using the _from_string classmethod.
itsluketwist
committed
c2fd97e
View commit details
Copy full SHA for c2fd97e
View code at this point
Browse repository at this point
Commits on Aug 22, 2022
Add co_authors property to the Commit object, which parses the commit message for designated co-authors, include a simple test.
itsluketwist
committed
146cbda
View commit details
Copy full SHA for 146cbda
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 May 7, 2022
Fix various typos
Show description for dde3a8b
luzpaz
committed
dde3a8b
View commit details
Copy full SHA for dde3a8b
View code at this point
Browse repository at this point
Commits on Jan 10, 2022
Fix doc string error in Objects.Commit
takuti
authored and
Byron
committed
53d22bb
View commit details
Copy full SHA for 53d22bb
View code at this point
Browse repository at this point
Commits on Jan 7, 2022
Use git interpret-trailers for trailers property
Show description for cd8b9b2
Ket3r
authored and
Byron
committed
cd8b9b2
View commit details
Copy full SHA for cd8b9b2
View code at this point
Browse repository at this point
Add trailer as commit property
Show description for edbf76f
Peter Kempter
authored and
Byron
committed
edbf76f
View commit details
Copy full SHA for edbf76f
View code at this point
Browse repository at this point
Commits on Aug 8, 2021
add type check to conf_encoding (in thoery could be bool or int)
Yobmod
committed
38f5157
View commit details
Copy full SHA for 38f5157
View code at this point
Browse repository at this point
Commits on Jul 31, 2021
Add final types to commit.py
Yobmod
committed
e6bee43
View commit details
Copy full SHA for e6bee43
View code at this point
Browse repository at this point
Commits on Jul 28, 2021
Fix more missing types in Symbolic.py, cos GuthubActions pytest stuck
Yobmod
committed
adc00dd
View commit details
Copy full SHA for adc00dd
View code at this point
Browse repository at this point
Commits on Jul 24, 2021
Replace all Typeguard with cast, revert update to typing-extensions==3.10.0
Yobmod
committed
e6345d6
View commit details
Copy full SHA for e6345d6
View code at this point
Browse repository at this point
Commits on Jul 19, 2021
Make types in refs compatible with objects
Yobmod
committed
6609ef7
View commit details
Copy full SHA for 6609ef7
View code at this point
Browse repository at this point
Commits on Jul 8, 2021
Increase mypy strictness (no_implicit_optional & warn_redundant_casts) and fix errors
Yobmod
committed
2e2fe18
View commit details
Copy full SHA for 2e2fe18
View code at this point
Browse repository at this point
Commits on Jul 1, 2021
Make Commit.message bytes | str
Yobmod
committed
d4a9eab
View commit details
Copy full SHA for d4a9eab
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.