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
test
on
3.1.32
User selector
All users
Datepicker
All time
Commit History
Commits on Jul 10, 2023
Block insecure non-multi options in clone/clone_from
Show description for 5c59e0d
Beuc
committed
5c59e0d
Copy full SHA for 5c59e0d
Commits on Apr 22, 2023
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 Feb 16, 2023
Merge pull request #1555 from Codym48/fix/get_values
Show description for 0e5358a
Byron
authored
0e5358a
Copy full SHA for 0e5358a
Add test asserting that get_values works by itself
Show description for fc843d3
Codym48
committed
fc843d3
Copy full SHA for fc843d3
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
Add additional assertions to test_base.py
Sineaggi
committed
fb6eb3d
Copy full SHA for fb6eb3d
Updated diff test to use different similarity thresholds
Cesar Velazquez
committed
c0e69a4
Copy full SHA for c0e69a4
Commits on Feb 1, 2023
Add check to test bare repo
Sineaggi
committed
bc8f119
Copy full SHA for bc8f119
Added diff test to disable rename detection
Cesar Velazquez
committed
186d75c
Copy full SHA for 186d75c
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
Add test to verify GitCommandError is raised when check-ignore is run against a file behind a symlink
Lightborne
committed
2ddb604
Copy full SHA for 2ddb604
Add test_ignored_items_reported
Lightborne
committed
7ada83a
Copy full SHA for 7ada83a
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 clone_from_unsafe_protocol tests
obfusk
committed
8f41a39
Copy full SHA for 8f41a39
replace tempfile.mkdtemp w/ tempfile.TemporaryDirectory
obfusk
committed
36cf7c1
Copy full SHA for 36cf7c1
Commits on Dec 31, 2022
tests: Use `command -v` instead of third-party `which` program
Show description for fbc36f9
mgorny
authored and
Byron
committed
fbc36f9
Copy full SHA for fbc36f9
Commits on Dec 29, 2022
Updates from review
stsewd
committed
f4f2658
Copy full SHA for f4f2658
Commits on Dec 28, 2022
Submodule tests
stsewd
committed
9dc4392
Copy full SHA for 9dc4392
More tests
stsewd
committed
c8ae33b
Copy full SHA for c8ae33b
Commits on Dec 27, 2022
Update/add tests for Repo.clone*
stsewd
committed
b92f01a
Copy full SHA for b92f01a
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 22, 2022
Add test
stsewd
committed
7918fcc
Copy full SHA for 7918fcc
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 25, 2022
Allow failure of that one test on cygwin
Byron
committed
72cf71c
Copy full SHA for 72cf71c
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
Add malformed co-authors to the test, to check they aren't detected with the regex.
itsluketwist
committed
3cb7ecf
Copy full SHA for 3cb7ecf
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 17, 2022
Fix source comment typos
luzpaz
committed
50d7ddb
Copy full SHA for 50d7ddb
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
Pagination
Previous
Next
You can’t perform that action at this time.