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
Type
/
to 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
test
fixtures
on
fixup-2202
User selector
All users
All time
Commit history
Commits on Nov 8, 2025
improve unit test
blahgeek
committed
8a884fe
View commit details
Copy full SHA for 8a884fe
View code at this point
Browse repository at this point
Commits on Jun 8, 2025
Add tests of ConfigParser with `"..."` with `"` or `\` inside
Show description for 7bcea08
EliahKagan
committed
7bcea08
View commit details
Copy full SHA for 7bcea08
View code at this point
Browse repository at this point
Test that ConfigParser treats empty quotes as an empty value
Show description for 4ebe407
EliahKagan
committed
4ebe407
View commit details
Copy full SHA for 4ebe407
View code at this point
Browse repository at this point
Commits on Jun 7, 2025
Test `ConfigParser` with whitespace outside the value
Show description for e5a2db5
EliahKagan
committed
e5a2db5
View commit details
Copy full SHA for e5a2db5
View code at this point
Browse repository at this point
Test a quoted config var with meaningful edge whitespace
Show description for 5f30320
EliahKagan
committed
5f30320
View commit details
Copy full SHA for 5f30320
View code at this point
Browse repository at this point
Commits on Jun 6, 2025
Fix GitConfigParser not removing quotes from values
betaboon
committed
67468a2
View commit details
Copy full SHA for 67468a2
View code at this point
Browse repository at this point
Commits on Jul 17, 2024
Add type of change to files_dict of a commit
Show description for ce8a69a
JonasScharpf
committed
ce8a69a
View commit details
Copy full SHA for ce8a69a
View code at this point
Browse repository at this point
Commits on Jan 9, 2024
Cover absent/no-distro bash.exe in hooks "not from cwd" test
Show description for a42ea0a
EliahKagan
committed
a42ea0a
View commit details
Copy full SHA for a42ea0a
View code at this point
Browse repository at this point
Commits on Oct 24, 2023
Revise docstrings/comments in test helpers
EliahKagan
committed
bffc537
View commit details
Copy full SHA for bffc537
View code at this point
Browse repository at this point
Commits on Sep 12, 2023
Merge pull request #1658 from EliahKagan/executable-permissions
Show description for 25597cb
Byron
authored
25597cb
View commit details
Copy full SHA for 25597cb
View code at this point
Browse repository at this point
Remove spurious executable permissions
Show description for 4aafbbf
EliahKagan
committed
4aafbbf
View commit details
Copy full SHA for 4aafbbf
View code at this point
Browse repository at this point
Better explain the env_case test
Show description for 74d9c08
EliahKagan
committed
74d9c08
View commit details
Copy full SHA for 74d9c08
View code at this point
Browse repository at this point
Commits on Sep 7, 2023
Make test helper script a file, for readability
EliahKagan
committed
7296e5c
View commit details
Copy full SHA for 7296e5c
View code at this point
Browse repository at this point
Commits on Aug 17, 2022
Fix source comment typos
luzpaz
committed
50d7ddb
View commit details
Copy full SHA for 50d7ddb
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 May 3, 2021
add initial types to remote.py
Yobmod
committed
6752fad
View commit details
Copy full SHA for 6752fad
View code at this point
Browse repository at this point
Commits on Jul 12, 2020
tests: move to root dir
Show description for 0374d7c
priv-kweihmann
committed
0374d7c
View commit details
Copy full SHA for 0374d7c
View code at this point
Browse repository at this point
Revert moving tests out of 'git' folder, related to #1030
Byron
committed
d5f0d48
View commit details
Copy full SHA for d5f0d48
View code at this point
Browse repository at this point
tests: move to root dir
Show description for 5453888
priv-kweihmann
authored and
Byron
committed
5453888
View commit details
Copy full SHA for 5453888
View code at this point
Browse repository at this point
Commits on Nov 25, 2010
Moved everything into the git subdirectory - some tests still need to be adjusted
Byron
committed
cb68eef
View commit details
Copy full SHA for cb68eef
View code at this point
Browse repository at this point
Commits on Nov 23, 2010
Implemented reflog reading and writing
Byron
committed
a93eb7e
View commit details
Copy full SHA for a93eb7e
View code at this point
Browse repository at this point
Commits on Oct 15, 2010
Adjusted regex to support whitespace - it was a little restrictive previously, although there was absolutely no need for that.
Show description for 94029ce
Byron
committed
94029ce
View commit details
Copy full SHA for 94029ce
View code at this point
Browse repository at this point
Commits on Jun 28, 2010
All tests adjusted to work with the changed internal sha representation
Byron
committed
1fe889e
View commit details
Copy full SHA for 1fe889e
View code at this point
Browse repository at this point
Commits on Jun 2, 2010
commit: redesigned revlist and commit parsing, commits are always retrieved from their object information directly. This is faster, and resolves issues with the rev-list format and empty commit mes…
Show description for ae5a69f
Byron
committed
ae5a69f
View commit details
Copy full SHA for ae5a69f
View code at this point
Browse repository at this point
Commits on Oct 20, 2009
improved IndexEntry type and added test for parsing of the stage
Byron
committed
152bab7
View commit details
Copy full SHA for 152bab7
View code at this point
Browse repository at this point
Added initial version of the index reading from file - IndexEntry interface is to be improved though, writing needs to be implemented as well
Byron
committed
50a9920
View commit details
Copy full SHA for 50a9920
View code at this point
Browse repository at this point
Commits on Oct 19, 2009
implemented config class as far as necessary, one check is still failing
Show description for 3fd3723
Byron
committed
3fd3723
View commit details
Copy full SHA for 3fd3723
View code at this point
Browse repository at this point
Commits on Oct 18, 2009
Added frame for configuration reader involving a meta class, decorators and tests - most of which still has to be filled out
Byron
committed
9513aa0
View commit details
Copy full SHA for 9513aa0
View code at this point
Browse repository at this point
Commits on Oct 11, 2009
mode-only change for test system - this should be in a separate repository in fact so that changes are a little more self-contained and not depending on the actual source repository
Byron
committed
ccde80b
View commit details
Copy full SHA for ccde80b
View code at this point
Browse repository at this point
fixed issue in Ref.name implementation which would not handle components properly
Byron
committed
9a11992
View commit details
Copy full SHA for 9a11992
View code at this point
Browse repository at this point
Re-designed the tag testing - it does not use fixtures anymore but dyamically checks the existance of tags within the repository - it basically tests the interface and checks that expected return t…
Show description for 20f202d
Byron
committed
20f202d
View commit details
Copy full SHA for 20f202d
View code at this point
Browse repository at this point
Commits on Dec 17, 2008
fixed Commit.stats retrieval for parentless commits in bare repos
Show description for e4582f8
empty
committed
e4582f8
View commit details
Copy full SHA for e4582f8
View code at this point
Browse repository at this point
Commits on Dec 16, 2008
Fixed a bug with branch names omitting path components.
Show description for b65df78
empty
committed
b65df78
View commit details
Copy full SHA for b65df78
View code at this point
Browse repository at this point
Added in new properties Diff.renamed, Diff.rename_from, and Diff.rename_to
empty
committed
6ba8b8b
View commit details
Copy full SHA for 6ba8b8b
View code at this point
Browse repository at this point
Commits on Sep 3, 2008
test_commit: add a testcase for parsing rev-list --bisect-all output
Show description for 1adc79a
davvid
committed
1adc79a
View commit details
Copy full SHA for 1adc79a
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.