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
on
3.1.31
User selector
All users
Datepicker
All time
Commit History
Commits on Feb 16, 2023
Merge pull request #1555 from Codym48/fix/get_values
Show description for 0e5358a
Byron
authored
0e5358a
Copy full SHA for 0e5358a
Commits on Feb 12, 2023
Update cmd.py
eric-wieser
authored
5ab58f3
Copy full SHA for 5ab58f3
Fix RecursionError when iterating streams
eric-wieser
authored
5cbc178
Copy full SHA for 5cbc178
Commits on Feb 2, 2023
Merge pull request #1550 from Sineaggi/remove-optional-from-two-variables
Show description for c84dde2
Byron
authored
c84dde2
Copy full SHA for c84dde2
Update docs
Sineaggi
committed
4a44fdf
Copy full SHA for 4a44fdf
Commits on Jan 31, 2023
fixed lint error
Cesar Velazquez
committed
6cf3661
Copy full SHA for 6cf3661
Commits on Jan 30, 2023
Enable user to override default diff -M arg
Cesar Velazquez
committed
22f5158
Copy full SHA for 22f5158
Commits on Jan 27, 2023
Remove optional from two member variables
Sineaggi
committed
cc71f02
Copy full SHA for cc71f02
Commits on Jan 24, 2023
Fix timezone parsing functions for non-hour timezones
Show description for 854a2d1
jcowgill
committed
854a2d1
Copy full SHA for 854a2d1
Commits on Jan 21, 2023
Raise exception if return code from check-ignore is not 1
Lightborne
committed
df4dabb
Copy full SHA for df4dabb
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 Jan 10, 2023
get_values eagerly loads sections before return
kfreezen
committed
cfc613a
Copy full SHA for cfc613a
Commits on Jan 8, 2023
Fix some resource leaks by open file handles
Martin Lambertsen
committed
e500466
Copy full SHA for e500466
fix/add allow_unsafe_* params in docstrings + fix typo
obfusk
committed
4110b61
Copy full SHA for 4110b61
Commits on Dec 29, 2022
Fix Sphinx rendering errors
Show description for 4463624
stephan-cr
authored and
Byron
committed
4463624
Copy full SHA for 4463624
Merge pull request #1521 from stsewd/block-insecure-options
Show description for 678a8fe
Byron
authored
678a8fe
Copy full SHA for 678a8fe
Fix type hint on create_tag
Show description for ae6a6e4
drewcassidy
authored and
Byron
committed
ae6a6e4
Copy full SHA for ae6a6e4
Document PushInfoList
skinitimski
authored and
Byron
committed
5bce9b4
Copy full SHA for 5bce9b4
Commits on Dec 28, 2022
More tests
stsewd
committed
c8ae33b
Copy full SHA for c8ae33b
Commits on Dec 27, 2022
Updates from review
stsewd
committed
fd2c6da
Copy full SHA for fd2c6da
Commits on Dec 24, 2022
Block unsafe options and protocols by default
stsewd
committed
e6108c7
Copy full SHA for e6108c7
Commits on Dec 23, 2022
Forbid unsafe protocol URLs in Repo.clone{,_from}()
Show description for 2625ed9
s-t-e-v-e-n-k
authored and
stsewd
committed
2625ed9
Copy full SHA for 2625ed9
Commits on Dec 21, 2022
Fix command injection
Show description for fbf9c7e
stsewd
committed
fbf9c7e
Copy full SHA for fbf9c7e
Commits on Nov 28, 2022
fix CI by allowing the file protocol as well.
Byron
committed
4171333
Copy full SHA for 4171333
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 Sep 27, 2022
Ignore empty info in diff line
dwapstra
committed
41003c5
Copy full SHA for 41003c5
Commits on Sep 13, 2022
Fix bug where colons in paths raise a `ValueError` on `diff()` calls.
Show description for db392ae
langfield
committed
db392ae
Copy full SHA for db392ae
Commits on Aug 31, 2022
feat(blame): Support custom `rev_opts` for blame
Show description for 18a79d8
thehale
committed
18a79d8
Copy full SHA for 18a79d8
Commits on Aug 24, 2022
Ignore flake8 error.
itsluketwist
committed
4c460a3
Copy full SHA for 4c460a3
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 Aug 20, 2022
docs: add typerror exception to active_branch method
Show description for 7dda25e
Patrick Gerard
committed
7dda25e
Copy full SHA for 7dda25e
Commits on Aug 7, 2022
fix: incorrect PathLike corrected
Show description for 2303971
Predeactor
committed
2303971
Copy full SHA for 2303971
fix: remove bytes type of PathLike
Show description for 4236b29
Predeactor
committed
4236b29
Copy full SHA for 4236b29
Pagination
Previous
Next
You can’t perform that action at this time.