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
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 }}
jet-sun
/
GitPython
Public
forked from
gitpython-developers/GitPython
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
GitPython
git
on
patch-1
User selector
All users
Datepicker
All time
Commit history
Commits on Sep 19, 2013
Fix typo
jet-sun
committed
2beeddb
View commit details
Copy full SHA for 2beeddb
View code at this point
Browse repository at this point
Commits on Jul 24, 2012
Fixed typo which for some reason came in unnoticed
Sebastian Thiel
committed
0b820e6
View commit details
Copy full SHA for 0b820e6
View code at this point
Browse repository at this point
Commits on Jul 23, 2012
updated gitdb to latest version
Sebastian Thiel
committed
da5e58a
View commit details
Copy full SHA for da5e58a
View code at this point
Browse repository at this point
Submodule update to latest version
Sebastian Thiel
committed
a2b9ac3
View commit details
Copy full SHA for a2b9ac3
View code at this point
Browse repository at this point
Commits on Jan 10, 2012
Ignore progress lines from the git http backend that start w/ POST ...
gsoltis
committed
8c2e872
View commit details
Copy full SHA for 8c2e872
View code at this point
Browse repository at this point
Commits on Jul 18, 2011
fixed testcase
Show description for d5cbe7d
Byron
committed
d5cbe7d
View commit details
Copy full SHA for d5cbe7d
View code at this point
Browse repository at this point
new blame test added
Show description for 55885e0
Byron
committed
55885e0
View commit details
Copy full SHA for 55885e0
View code at this point
Browse repository at this point
Fixed consecutive lines with same blame info not appearing in blame.
Show description for 1f6b8bf
devnev
authored and
Byron
committed
1f6b8bf
View commit details
Copy full SHA for 1f6b8bf
View code at this point
Browse repository at this point
Commits on Jul 6, 2011
cmd: on windows, we will now fallback to using git.cmd, as the default installation puts it into the path, instead of git.exe. Of course we warn about the performance penalty that goes with it. For…
Show description for d6d544f
Byron
committed
d6d544f
View commit details
Copy full SHA for d6d544f
View code at this point
Browse repository at this point
Commits on Jul 5, 2011
Implemented GIT_PYTHON_GIT_EXECUTABLE including test and docs
Byron
committed
7dcb079
View commit details
Copy full SHA for 7dcb079
View code at this point
Browse repository at this point
Commits on Jul 4, 2011
Basic remote functionality moved to Reference type, as it can in fact be useful for tags as well, which might end up somewhere in the refs/remotes space. Its not likely that it will ever be used on…
Show description for a92ab80
Byron
committed
a92ab80
View commit details
Copy full SHA for a92ab80
View code at this point
Browse repository at this point
Fetch info can now deal much better with non-default ref specs, fixes #24, #25
Byron
committed
c555840
View commit details
Copy full SHA for c555840
View code at this point
Browse repository at this point
refs: added constructor flag to allow refs to be instatiated from any path, including simple test
Byron
committed
916c45d
View commit details
Copy full SHA for 916c45d
View code at this point
Browse repository at this point
Fixes #23
Byron
committed
e94df6a
View commit details
Copy full SHA for e94df6a
View code at this point
Browse repository at this point
Commits on Jun 13, 2011
Bumped version to 0.3.2. Using the latest version of gitdb
Byron
committed
e9bd048
View commit details
Copy full SHA for e9bd048
View code at this point
Browse repository at this point
test_submodule doesn't assume latest version of gitdb anymore
Byron
committed
85b836b
View commit details
Copy full SHA for 85b836b
View code at this point
Browse repository at this point
Fixed implementation of _version_info which didn't work for python 2.4 thanks to the rpartition method. omg
Byron
committed
5127e16
View commit details
Copy full SHA for 5127e16
View code at this point
Browse repository at this point
fixed test_repo to deal with new and old versions of the gitdb. windows is now ready to ship, regarding the test cases at least
Byron
committed
c437ee5
View commit details
Copy full SHA for c437ee5
View code at this point
Browse repository at this point
fixed submodule test to work on windows
Byron
committed
9e4a44b
View commit details
Copy full SHA for 9e4a44b
View code at this point
Browse repository at this point
Submodule now uses a specialized method to remove its trees to allow read-only files to be removed on windows as well
Byron
committed
9b6f38d
View commit details
Copy full SHA for 9b6f38d
View code at this point
Browse repository at this point
Made remote line parsing more stable. On windows it can be that we encounter partial or intermixed lines from the pipe. This really shouldn't be, but its windows so it happens
Byron
committed
59587d8
View commit details
Copy full SHA for 59587d8
View code at this point
Browse repository at this point
test_submodule: Will now load everything into memory if smmap is present, to help the submodule test to work even on windows
Byron
committed
48fab54
View commit details
Copy full SHA for 48fab54
View code at this point
Browse repository at this point
Commits on Jun 10, 2011
Fixed submodule tests to go with either the old or the new version of gitdb
Byron
committed
4a8bdce
View commit details
Copy full SHA for 4a8bdce
View code at this point
Browse repository at this point
Commits on Jun 8, 2011
Fixed critical issue that would cause a string to be passed to methods that expect a stream
Byron
committed
8828ced
View commit details
Copy full SHA for 8828ced
View code at this point
Browse repository at this point
relaxed implementation when comparing symbolic references against other items which don't have a path. Fixed test_refs to work in all cases - it was previously dependent on the order of items retur…
Show description for a5a75ab
Byron
committed
a5a75ab
View commit details
Copy full SHA for a5a75ab
View code at this point
Browse repository at this point
util: Added test for iterable list, and implemented __contains__ and __del__ functionality
Byron
committed
b7071ce
View commit details
Copy full SHA for b7071ce
View code at this point
Browse repository at this point
Commits on Jun 7, 2011
log: non-existing logs no longer throw an exception, but are ignored. Fixed critical bug which caused packed-ref files to be written with native line endings, which made git fail to parse it. I won…
Show description for fcc166d
Byron
committed
fcc166d
View commit details
Copy full SHA for fcc166d
View code at this point
Browse repository at this point
git.version_info now returns exactly 4 numbers
Byron
committed
c3b7263
View commit details
Copy full SHA for c3b7263
View code at this point
Browse repository at this point
Improved debug assertion to provide proper path on which to run a git daemon
Byron
committed
59879a4
View commit details
Copy full SHA for 59879a4
View code at this point
Browse repository at this point
Fixed up docs in preparation for the new 0.3.1 release
Byron
committed
e052409
View commit details
Copy full SHA for e052409
View code at this point
Browse repository at this point
Parse more git-fetch operation log codes.
int3
authored and
Byron
committed
ab5b6af
View commit details
Copy full SHA for ab5b6af
View code at this point
Browse repository at this point
Added conditional usage of the --progress flag to all relevant methods, that is push, fetch, pull and clone. This allows progress information to be sent in newer git versions without breaking older…
Show description for 55eb3de
Byron
committed
55eb3de
View commit details
Copy full SHA for 55eb3de
View code at this point
Browse repository at this point
Add progress tracking for git-clone.
int3
authored and
Byron
committed
863b386
View commit details
Copy full SHA for 863b386
View code at this point
Browse repository at this point
Fixed index test which didn't work anymore due to changes in the way the git command communicates
Byron
committed
dfe3ba3
View commit details
Copy full SHA for dfe3ba3
View code at this point
Browse repository at this point
Added version_info property to git command. Its cached and efficient, including test
Byron
committed
e583a9e
View commit details
Copy full SHA for e583a9e
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.