Skip to content
Navigation Menu
Toggle navigation
Sign in
Product
GitHub Copilot
Write better code with AI
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
All features
Documentation
GitHub Skills
Blog
Solutions
By company size
Enterprises
Small and medium teams
Startups
Nonprofits
By use case
DevSecOps
DevOps
CI/CD
View all use cases
By industry
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
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 or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Reseting focus
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 }}
gitpython-developers
/
GitPython
Public
Notifications
You must be signed in to change notification settings
Fork
934
Star
4.8k
Code
Issues
170
Pull requests
3
Discussions
Actions
Security
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security
Insights
Commits
Breadcrumbs
History for
GitPython
git
objects
commit.py
on
3.1.42
User selector
All users
Datepicker
All time
Commit History
Commits on Jan 26, 2024
Don't add `NullHandler`s
Show description for bc42ee5
EliahKagan
committed
bc42ee5
Copy full SHA for bc42ee5
Rename logger globals from log to _logger
Show description for 7bbccb4
EliahKagan
committed
7bbccb4
Copy full SHA for 7bbccb4
Use consistent style for passing logger name
Show description for 987dbf4
EliahKagan
committed
987dbf4
Copy full SHA for 987dbf4
Commits on Dec 25, 2023
Improve deprecation messages and other docstrings
Show description for a0fa2bd
EliahKagan
committed
a0fa2bd
Copy full SHA for a0fa2bd
Commits on Nov 3, 2023
Make comments more consistent and clarify license
Show description for 454032c
EliahKagan
committed
454032c
Copy full SHA for 454032c
Commits on Nov 2, 2023
Use zero-argument super() where applicable
Show description for a47e46d
EliahKagan
committed
a47e46d
Copy full SHA for a47e46d
Commits on Oct 24, 2023
Improve consistency of "END" comments
Show description for a5fc1d8
EliahKagan
committed
a5fc1d8
Copy full SHA for a5fc1d8
Commits on Oct 22, 2023
Revise docstrings and comments for clarity and formatting
Show description for cd16a35
EliahKagan
committed
cd16a35
Copy full SHA for cd16a35
Remove Commit._deserialize doc for param_from_rev_list
Show description for 692e59e
EliahKagan
committed
692e59e
Copy full SHA for 692e59e
Commits on Sep 17, 2023
Fix URLs that were redirecting to another license
Show description for ae8c018
EliahKagan
committed
ae8c018
Copy full SHA for ae8c018
Commits on Jul 20, 2023
Run black and exclude submodule
bodograumann
committed
6035db0
Copy full SHA for 6035db0
Allow explicit casting even when slightly redundant
bodograumann
committed
c6dab19
Copy full SHA for c6dab19
Commits on Apr 23, 2023
Revert the removal of Commit.trailers property.
itsluketwist
committed
9ef07a7
Copy full SHA for 9ef07a7
Commits on Apr 22, 2023
Specify encoding in Commit.trailer_list.
itsluketwist
committed
ed36bd9
Copy full SHA for ed36bd9
Update Commit.trailer_list to return tuples.
itsluketwist
committed
abde3ea
Copy full SHA for abde3ea
Deprecate Commit.trailers.
itsluketwist
committed
78424b5
Copy full SHA for 78424b5
Commits on Apr 21, 2023
Add trailers_list and trailers_list methods to fix the commit trailers functionality. Update trailers tests.
itsluketwist
committed
d2f7284
Copy full SHA for d2f7284
Commits on Jan 13, 2023
fix files list on file rename
Show description for c9b44d2
teknoraver
committed
c9b44d2
Copy full SHA for c9b44d2
Commits on Oct 13, 2022
Add datetime.datetime type to commit_date and author_date
SergeantMenacingGarlic
committed
8f51abd
Copy full SHA for 8f51abd
Commits on Aug 24, 2022
Use the same regex as the Actor class when determining co-authors.
itsluketwist
committed
09f8a1b
Copy full SHA for 09f8a1b
Commits on Aug 23, 2022
Update regex to extract the author string, and create the Actor using the _from_string classmethod.
itsluketwist
committed
c2fd97e
Copy full SHA for c2fd97e
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
Copy full SHA for 146cbda
Commits on May 18, 2022
reformat according to 'black' configuration file.
Byron
committed
e530544
Copy full SHA for e530544
Commits on May 17, 2022
Run everything through 'black'
Show description for 21ec529
Byron
committed
21ec529
Copy full SHA for 21ec529
Commits on May 7, 2022
Fix various typos
Show description for dde3a8b
luzpaz
committed
dde3a8b
Copy full SHA for dde3a8b
Commits on Jan 10, 2022
Fix doc string error in Objects.Commit
takuti
authored and
Byron
committed
53d22bb
Copy full SHA for 53d22bb
Commits on Jan 7, 2022
Use git interpret-trailers for trailers property
Show description for cd8b9b2
Ket3r
authored and
Byron
committed
cd8b9b2
Copy full SHA for cd8b9b2
Add trailer as commit property
Show description for edbf76f
Peter Kempter
authored and
Byron
committed
edbf76f
Copy full SHA for edbf76f
Commits on Aug 8, 2021
add type check to conf_encoding (in thoery could be bool or int)
Yobmod
committed
38f5157
Copy full SHA for 38f5157
Commits on Jul 31, 2021
Add final types to commit.py
Yobmod
committed
e6bee43
Copy full SHA for e6bee43
Commits on Jul 28, 2021
Fix more missing types in Symbolic.py, cos GuthubActions pytest stuck
Yobmod
committed
adc00dd
Copy full SHA for adc00dd
Commits on Jul 24, 2021
Replace all Typeguard with cast, revert update to typing-extensions==3.10.0
Yobmod
committed
e6345d6
Copy full SHA for e6345d6
Commits on Jul 19, 2021
Make types in refs compatible with objects
Yobmod
committed
6609ef7
Copy full SHA for 6609ef7
Commits on Jul 8, 2021
Increase mypy strictness (no_implicit_optional & warn_redundant_casts) and fix errors
Yobmod
committed
2e2fe18
Copy full SHA for 2e2fe18
Commits on Jul 1, 2021
Make Commit.message bytes | str
Yobmod
committed
d4a9eab
Copy full SHA for d4a9eab
Pagination
Previous
Next
You can’t perform that action at this time.