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.30
User selector
All users
Datepicker
All time
Commit History
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
Commits on Jul 1, 2022
Remove stage type as parameter from blob filter test
AustinScola
committed
da59d74
Copy full SHA for da59d74
Commits on Jun 28, 2022
Fix blob filter path shorter than filter path
AustinScola
committed
ed45d5b
Copy full SHA for ed45d5b
Commits on Jun 25, 2022
Add regression test for TagReference.create
Show description for f6523c1
ruuda
authored and
Byron
committed
f6523c1
Copy full SHA for f6523c1
Commits on Jun 21, 2022
FIX: Mark the correct test_submodule test as xfail on Cygwin
Show description for 2996f40
DWesl
authored
2996f40
Copy full SHA for 2996f40
FIX: Import pytest in tests.test_docs
DWesl
authored
c3fd6c1
Copy full SHA for c3fd6c1
TST: Mark test_submodule.TestSubmodule.test_root_module as xfail on Cygwin
DWesl
authored
7f3689d
Copy full SHA for 7f3689d
TST: Mark test_repo.TestRepo.test_submodules as xfail on Cygwin
DWesl
authored
0eda0a5
Copy full SHA for 0eda0a5
TST: Mark test_docs.Tutorials.test_submodules as xfail on Cygwin
DWesl
authored
54bae76
Copy full SHA for 54bae76
Commits on May 18, 2022
fix: Allow adding PathLike object to index
Show description for 8232b17
Ruben DI BATTISTA
committed
8232b17
Copy full SHA for 8232b17
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 May 4, 2022
Fix #1284: strip usernames from URLs as well as passwords
glennmatthews
committed
85fe273
Copy full SHA for 85fe273
Commits on Apr 7, 2022
chore: `s/strip_newline/&_in_stdout`
toku-sa-n
committed
49150e7
Copy full SHA for 49150e7
Commits on Apr 6, 2022
feat(cmd): add the `strip_newline` flag
Show description for e4360ae
toku-sa-n
committed
e4360ae
Copy full SHA for e4360ae
Commits on Jan 14, 2022
Use bash to open extensionless hooks on windows
Show description for b719e18
idbrii
authored and
Byron
committed
b719e18
Copy full SHA for b719e18
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 failing unit test
Peter Kempter
authored and
Byron
committed
cdf7ffc
Copy full SHA for cdf7ffc
Pagination
Previous
Next
You can’t perform that action at this time.