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
c9b44d2
User selector
All users
Datepicker
All time
Commit History
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 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
Commits on Jul 31, 2022
Fix typehinting for PathLike
Predeactor
committed
475a7e1
Copy full SHA for 475a7e1
Commits on Jul 6, 2022
Catch OSError to handle gevent monkey patching errors
aethanol
authored and
Byron
committed
f23994e
Copy full SHA for f23994e
Commits on Jul 2, 2022
Merge pull request #1459 from AustinScola/ascola/fix-blob-filter-types
Show description for ca2cf10
Byron
authored
ca2cf10
Copy full SHA for ca2cf10
Commits on Jun 28, 2022
Fix blob filter path shorter than filter path
AustinScola
committed
ed45d5b
Copy full SHA for ed45d5b
Commits on Jun 26, 2022
Use generator instead of map
AustinScola
committed
420d2af
Copy full SHA for 420d2af
Remove usage of `PosixPath.is_relative_to`
Show description for cc80e6b
AustinScola
committed
cc80e6b
Copy full SHA for cc80e6b
Fix pathlike type annotation typo
AustinScola
committed
c6a018b
Copy full SHA for c6a018b
Change to not stringify paths
AustinScola
committed
1314d63
Copy full SHA for 1314d63
Commits on Jun 25, 2022
Fix bug in TagReference.create
Show description for 275c37f
ruuda
authored and
Byron
committed
275c37f
Copy full SHA for 275c37f
Commits on Jun 21, 2022
Move stage type def
AustinScola
committed
d171365
Copy full SHA for d171365
Add stage type to all
AustinScola
committed
a6ce118
Copy full SHA for a6ce118
Pagination
Previous
Next
You can’t perform that action at this time.