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 }}
sugi
/
GitPython
Public
forked from
gitpython-developers/GitPython
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
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
test
on
signed-commit
User selector
All users
Datepicker
All time
Commit history
Commits on Jul 18, 2011
Fixed consecutive lines with same blame info not appearing in blame.
Show description for 6e86f8a
devnev
authored and
Byron
committed
6e86f8a
View commit details
Copy full SHA for 6e86f8a
View code at this point
Browse repository at this point
Commits on Jul 8, 2011
Fixed up tests to actually use pygit2. Its worth noting that the performance tests only work reliably in a patched up version, or the next point release.
Byron
committed
a5a0fa2
View commit details
Copy full SHA for a5a0fa2
View code at this point
Browse repository at this point
Added basic frame for pygit2 - it just needs some basic methods to be implemented now - depending on the performance, it might actually receive some more work
Byron
committed
16a1327
View commit details
Copy full SHA for 16a1327
View code at this point
Browse repository at this point
Commits on Jul 7, 2011
Fixed submodule related issues once again - is it ever going to end ?
Byron
committed
b56764b
View commit details
Copy full SHA for b56764b
View code at this point
Browse repository at this point
Added default performance tests - these should help to measure something at least, which implicitly includes pack handling. For the pack specific tests to work, one would need a pack interface thou…
Show description for 8b3b222
Byron
committed
8b3b222
View commit details
Copy full SHA for 8b3b222
View code at this point
Browse repository at this point
Initial version of the DulwichType inheritance. For now, it inherits everything from the existing implementation, but one by one things can be reimplmented to use dulwich.
Show description for 4bb5107
Byron
committed
4bb5107
View commit details
Copy full SHA for 4bb5107
View code at this point
Browse repository at this point
removed now superfluous InstanceDecorator, as it was just complicating things after all
Byron
committed
d5038eb
View commit details
Copy full SHA for d5038eb
View code at this point
Browse repository at this point
Added auto-skip mixin metacls, some serious brainfuck, if the required module was not found. Its actually a nice mix between decorators which are class types, and a mixin as a metaclass, which appl…
Show description for 80aa405
Byron
committed
80aa405
View commit details
Copy full SHA for 80aa405
View code at this point
Browse repository at this point
Commits on Jul 6, 2011
Added basis for initial dulwich integration. Many basic issues should surface while integrating this
Byron
committed
690828c
View commit details
Copy full SHA for 690828c
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
f1a2a4c
View commit details
Copy full SHA for f1a2a4c
View code at this point
Browse repository at this point
util: pick the type of memory manager based on the python version, to have optimal results in all cases (at least the ones I can test)
Show description for f0c05ea
Byron
committed
f0c05ea
View commit details
Copy full SHA for f0c05ea
View code at this point
Browse repository at this point
Commits on Jul 4, 2011
Fetch info can now deal much better with non-default ref specs, see #23, #24, #25
Byron
committed
3379127
View commit details
Copy full SHA for 3379127
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
87aa78c
View commit details
Copy full SHA for 87aa78c
View code at this point
Browse repository at this point
Commits on Jun 13, 2011
fixed submodule test to work on windows
Byron
committed
6660f61
View commit details
Copy full SHA for 6660f61
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
4bf372d
View commit details
Copy full SHA for 4bf372d
View code at this point
Browse repository at this point
root submodule: Added parent_commit parameter for convenience. Fixed submodule tests to run
Byron
committed
e00bf79
View commit details
Copy full SHA for e00bf79
View code at this point
Browse repository at this point
Fixed submodule tests to go with either the old or the new version of gitdb
Byron
committed
7076f43
View commit details
Copy full SHA for 7076f43
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
095013f
View commit details
Copy full SHA for 095013f
View code at this point
Browse repository at this point
symbolic reference handles different types for comparison more gracefully. Fixed possible issue in test_refs, which occurred in 0.3 previously
Byron
committed
74b13c5
View commit details
Copy full SHA for 74b13c5
View code at this point
Browse repository at this point
util: Added test for iterable list, and implemented __contains__ and __del__ functionality
Byron
committed
ee9d6b9
View commit details
Copy full SHA for ee9d6b9
View code at this point
Browse repository at this point
pre-emptively moved all reference related tests into own package, to resemble their actual location a little more.
Show description for 4772fe0
Byron
committed
4772fe0
View commit details
Copy full SHA for 4772fe0
View code at this point
Browse repository at this point
Commits on Jun 7, 2011
Improved debug assertion to provide proper path on which to run a git daemon
Byron
committed
7bc59ab
View commit details
Copy full SHA for 7bc59ab
View code at this point
Browse repository at this point
Added additional opcodes to remote progress to make it compatible to newer git versions. This bug existed for quite a while but didn't show up as progress wasn't sent most of the time. All methods …
Show description for f6897c7
Byron
committed
f6897c7
View commit details
Copy full SHA for f6897c7
View code at this point
Browse repository at this point
Greatly improved robustness of config parser - it can now take pretty much everything. Includes an updated config file which includes all the new additions
Byron
committed
ba825ea
View commit details
Copy full SHA for ba825ea
View code at this point
Browse repository at this point
Submodule tests are fully back and working
Byron
committed
82793e5
View commit details
Copy full SHA for 82793e5
View code at this point
Browse repository at this point
Submodule tests are nearly working. Only root module needs more attention
Byron
committed
f7ca1ce
View commit details
Copy full SHA for f7ca1ce
View code at this point
Browse repository at this point
First run in order to fix the remote handling. Cleaned up interfaces and figured out that the implementation really should be specific to the git command. This leaves the interface open for other i…
Show description for 9bf3fde
Byron
committed
9bf3fde
View commit details
Copy full SHA for 9bf3fde
View code at this point
Browse repository at this point
Added version_info property to git command
Byron
committed
63a0bbe
View commit details
Copy full SHA for 63a0bbe
View code at this point
Browse repository at this point
Commits on Jun 6, 2011
Improved pack writing test to show that the pack generation can be lightning fast with nearly now overhead if the data streams in fast enough (~30 MB/s when writing a pack). This shows that there i…
Show description for 3c12de3
Byron
committed
3c12de3
View commit details
Copy full SHA for 3c12de3
View code at this point
Browse repository at this point
Fixed performance pack writing tests. As they are actually depent on the database (as streams have to be decompressed, it should be redesigned to have multiple database implementations)
Byron
committed
ce79835
View commit details
Copy full SHA for ce79835
View code at this point
Browse repository at this point
Moved performance commit object test into the respective subfolder to indicate what it tests
Byron
committed
56a004b
View commit details
Copy full SHA for 56a004b
View code at this point
Browse repository at this point
Fixed performance commit object testing
Byron
committed
79b9dbd
View commit details
Copy full SHA for 79b9dbd
View code at this point
Browse repository at this point
Added loose object writing and reading performance tessts, in pure and command implementations. The previous performance test was truncated a bit as it compared directly with the git hash_object wr…
Show description for 47f14d5
Byron
committed
47f14d5
View commit details
Copy full SHA for 47f14d5
View code at this point
Browse repository at this point
Added PackedDB test with generalized type to allows other implementations to be tested as well at some point
Byron
committed
155158e
View commit details
Copy full SHA for 155158e
View code at this point
Browse repository at this point
Fixed packed ODB test, in preparation for separating the type to allow future implementations to use the test as well
Byron
committed
d103257
View commit details
Copy full SHA for d103257
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.