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
on
3.1.32
User selector
All users
Datepicker
All time
Commit history
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 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 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 8, 2023
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
Commits on Dec 28, 2022
More tests
stsewd
committed
c8ae33b
View commit details
Copy full SHA for c8ae33b
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
can flake be tamed?
Byron
committed
43c00af
View commit details
Copy full SHA for 43c00af
View code at this point
Browse repository at this point
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
Revert "Remove flake8 linting in favor of `black` formatting"
Show description for b4b2380
Byron
committed
b4b2380
View commit details
Copy full SHA for b4b2380
View code at this point
Browse repository at this point
Remove flake8 linting in favor of `black` formatting
Show description for a7c5d88
Byron
committed
a7c5d88
View commit details
Copy full SHA for a7c5d88
View code at this point
Browse repository at this point
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 12, 2022
import unittest adds 0.250s to script launch time
Show description for 67d0631
wonder-mice
authored and
Byron
committed
67d0631
View commit details
Copy full SHA for 67d0631
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 Oct 3, 2021
Revert "Replace wildcard imports with concrete imports"
Show description for ce4afe4
trym-b
authored and
Byron
committed
ce4afe4
View commit details
Copy full SHA for ce4afe4
View code at this point
Browse repository at this point
Commits on Oct 1, 2021
Replace wildcard imports with concrete imports
Show description for 53d94b8
trym-b
authored and
Byron
committed
53d94b8
View commit details
Copy full SHA for 53d94b8
View code at this point
Browse repository at this point
Commits on Aug 9, 2021
upgrade sphinx for 3.10 compat
Yobmod
committed
c35ab1d
View commit details
Copy full SHA for c35ab1d
View code at this point
Browse repository at this point
try fix for Protocol buy in 3.10 3
Yobmod
committed
2f42966
View commit details
Copy full SHA for 2f42966
View code at this point
Browse repository at this point
try fix for Protocol buy in 3.10 2
Yobmod
committed
1349ddc
View commit details
Copy full SHA for 1349ddc
View code at this point
Browse repository at this point
try fix for Protocol buy in 3.10
Yobmod
committed
079d7fd
View commit details
Copy full SHA for 079d7fd
View code at this point
Browse repository at this point
Commits on Aug 8, 2021
type fixo
Yobmod
committed
07078e9
View commit details
Copy full SHA for 07078e9
View code at this point
Browse repository at this point
type fix
Yobmod
committed
22e05c4
View commit details
Copy full SHA for 22e05c4
View code at this point
Browse repository at this point
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 Aug 2, 2021
Add __future__.annotations to repo/base.py
Yobmod
committed
481f672
View commit details
Copy full SHA for 481f672
View code at this point
Browse repository at this point
Fix parse_date typing 7
Yobmod
committed
6470ad4
View commit details
Copy full SHA for 6470ad4
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.