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 }}
jstacoder
/
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
0
Security
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security
Insights
Commits
Breadcrumbs
History for
GitPython
git
on
0.3
User selector
All users
Datepicker
All time
Commit History
Commits on Jul 24, 2012
Fixed typo which for some reason came in unnoticed
Sebastian Thiel
committed
0b820e6
Copy full SHA for 0b820e6
Commits on Jul 23, 2012
updated gitdb to latest version
Sebastian Thiel
committed
da5e58a
Copy full SHA for da5e58a
Submodule update to latest version
Sebastian Thiel
committed
a2b9ac3
Copy full SHA for a2b9ac3
Commits on Jan 10, 2012
Ignore progress lines from the git http backend that start w/ POST ...
gsoltis
committed
8c2e872
Copy full SHA for 8c2e872
Commits on Jul 18, 2011
fixed testcase
Show description for d5cbe7d
Byron
committed
d5cbe7d
Copy full SHA for d5cbe7d
new blame test added
Show description for 55885e0
Byron
committed
55885e0
Copy full SHA for 55885e0
Fixed consecutive lines with same blame info not appearing in blame.
Show description for 1f6b8bf
devnev
authored and
Byron
committed
1f6b8bf
Copy full SHA for 1f6b8bf
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
Copy full SHA for d6d544f
Commits on Jul 5, 2011
Implemented GIT_PYTHON_GIT_EXECUTABLE including test and docs
Byron
committed
7dcb079
Copy full SHA for 7dcb079
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
Copy full SHA for a92ab80
Fetch info can now deal much better with non-default ref specs, fixes #24, #25
Byron
committed
c555840
Copy full SHA for c555840
refs: added constructor flag to allow refs to be instatiated from any path, including simple test
Byron
committed
916c45d
Copy full SHA for 916c45d
Fixes #23
Byron
committed
e94df6a
Copy full SHA for e94df6a
Commits on Jun 13, 2011
Bumped version to 0.3.2. Using the latest version of gitdb
Byron
committed
e9bd048
Copy full SHA for e9bd048
test_submodule doesn't assume latest version of gitdb anymore
Byron
committed
85b836b
Copy full SHA for 85b836b
Fixed implementation of _version_info which didn't work for python 2.4 thanks to the rpartition method. omg
Byron
committed
5127e16
Copy full SHA for 5127e16
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
Copy full SHA for c437ee5
fixed submodule test to work on windows
Byron
committed
9e4a44b
Copy full SHA for 9e4a44b
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
Copy full SHA for 9b6f38d
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
Copy full SHA for 59587d8
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
Copy full SHA for 48fab54
Commits on Jun 10, 2011
Fixed submodule tests to go with either the old or the new version of gitdb
Byron
committed
4a8bdce
Copy full SHA for 4a8bdce
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
Copy full SHA for 8828ced
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
Copy full SHA for a5a75ab
util: Added test for iterable list, and implemented __contains__ and __del__ functionality
Byron
committed
b7071ce
Copy full SHA for b7071ce
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
Copy full SHA for fcc166d
git.version_info now returns exactly 4 numbers
Byron
committed
c3b7263
Copy full SHA for c3b7263
Improved debug assertion to provide proper path on which to run a git daemon
Byron
committed
59879a4
Copy full SHA for 59879a4
Fixed up docs in preparation for the new 0.3.1 release
Byron
committed
e052409
Copy full SHA for e052409
Parse more git-fetch operation log codes.
int3
authored and
Byron
committed
ab5b6af
Copy full SHA for ab5b6af
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
Copy full SHA for 55eb3de
Add progress tracking for git-clone.
int3
authored and
Byron
committed
863b386
Copy full SHA for 863b386
Fixed index test which didn't work anymore due to changes in the way the git command communicates
Byron
committed
dfe3ba3
Copy full SHA for dfe3ba3
Added version_info property to git command. Its cached and efficient, including test
Byron
committed
e583a9e
Copy full SHA for e583a9e
Fixed submodule test. Just a tiny thing
Byron
committed
e11f12a
Copy full SHA for e11f12a
Pagination
Previous
Next
You can’t perform that action at this time.