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
c2fd97e
User selector
All users
Datepicker
All time
Commit History
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
Add missed types to Commit, uncomment to_native_path_linux()
Yobmod
committed
02b8ef0
Copy full SHA for 02b8ef0
Commits on Jun 30, 2021
Type Traversable.traverse() better, start types of submodule
Yobmod
committed
82b131c
Copy full SHA for 82b131c
Commits on Jun 24, 2021
Make IterableList generic and update throughout
Yobmod
committed
c3903d8
Copy full SHA for c3903d8
Commits on Jun 23, 2021
Update typing-extensions version in requirements.txt
Yobmod
committed
5b6fe83
Copy full SHA for 5b6fe83
Commits on Feb 16, 2021
add replace method to git.Commit
Show description for 36811a2
larsks
committed
36811a2
Copy full SHA for 36811a2
Commits on Feb 5, 2021
Fix inheritance issue at commit.iter_items
Show description for af86f05
Yuri Volchkov
authored and
yvolchkov
committed
af86f05
Copy full SHA for af86f05
Commits on Feb 8, 2020
Remove and replace compat.text_type
Harmon758
authored and
Byron
committed
55fd173
Copy full SHA for 55fd173
Commits on Oct 15, 2019
removed Unnecessary “else” after “return”
pratik-anurag
authored and
Byron
committed
b269775
Copy full SHA for b269775
removed trailing whitespaces
pratik-anurag
authored and
Byron
committed
e3a57f5
Copy full SHA for e3a57f5
renamed unused variables
pratik-anurag
authored and
Byron
committed
1349ee6
Copy full SHA for 1349ee6
Commits on Sep 16, 2019
fix decoding problem
ishepard
authored and
Byron
committed
3d7eaf1
Copy full SHA for 3d7eaf1
Commits on Mar 15, 2019
Update commit.py constructor docstring
Show description for 881e315
CptMikhailov
authored and
Byron
committed
881e315
Copy full SHA for 881e315
Commits on Mar 18, 2018
Rewrite unnecessary dict/list/tuple calls as literals
hugovk
committed
ac4f7d3
Copy full SHA for ac4f7d3
Commits on Mar 9, 2017
Spelling fixes
scop
authored and
Byron
committed
8dffba5
Copy full SHA for 8dffba5
Commits on Feb 2, 2017
Fix git.Commit docs typo
reuben-sutton
authored and
Byron
committed
b197de0
Copy full SHA for b197de0
Commits on Oct 22, 2016
Merge branch 'cygwin' of https://github.com/ankostis/GitPython into ankostis-cygwin
Byron
committed
caa0ea7
Copy full SHA for caa0ea7
Commits on Oct 20, 2016
Fix some typos
bryant1410
committed
66c41eb
Copy full SHA for 66c41eb
Commits on Oct 16, 2016
src: reduce needless deps to `gitdb.util`
ankostis
committed
b02662d
Copy full SHA for b02662d
Commits on Oct 4, 2016
src: No PyDev warnings
Show description for a469af8
ankostis
committed
a469af8
Copy full SHA for a469af8
Commits on Aug 21, 2016
fix(commit): handle gpgsig properly
Show description for 31ad0a0
Byron
committed
31ad0a0
Copy full SHA for 31ad0a0
Pagination
Previous
Next
You can’t perform that action at this time.