openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
GitPython
Settings
|
Report Duplicate
4
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Moderate Activity
Commits
: Listings
Analyzed
about 9 hours
ago. based on code collected
about 10 hours
ago.
Dec 28, 2024 — Dec 28, 2025
Showing page 126 of 146
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Moved test-centric windows specific fix into the class itself to assure this kind of issue doesn't popup for anyone
Sebastian Thiel
More...
over 15 years ago
bumped verison to 0.3.0 beta2 docs: added changelog, which moved from the CHANGES file into sphinx
Sebastian Thiel
More...
over 15 years ago
Added python 2.4 support: Repo will now use the original GitCmdObjectDB in python 2.4, as the pure python implementation cannot work without memory maps
Sebastian Thiel
More...
over 15 years ago
setup.py: fixed requirement - its interesting to see that there are two different keywords for distutils and setuptools, the latter one doesn't read the ones of the first one, unfortunately
Sebastian Thiel
More...
over 15 years ago
Adjusted clone method to allow static classmethod clone ( using clone_from ) as well as the previous instance method clone to keep it compatible Fixed small bug in test code
Sebastian Thiel
More...
over 15 years ago
Merge branch 'revparse'
Sebastian Thiel
More...
over 15 years ago
Added test for GitCmdObjectDB in order to verify the partial_to_complete_sha_hex is working as expected with different input ( it wasn't, of course ;) )
Sebastian Thiel
More...
over 15 years ago
Adjusted previous object creators to use the rev_parse method directly. rev_parse could be adjusted not to return Objects anymore, providing better performance for those who just want a sha only. On the other hand, the method is high-level and should be convenient to use as well, its a starting point for more usually, hence its unlikely to call it in tight loops
Sebastian Thiel
More...
over 15 years ago
Initially working implementation of short-sha parsing and interpretation, thanks to new gitdb functionality
Sebastian Thiel
More...
over 15 years ago
Made repo.py a package to allow better localization of functions and utilities - the repo module got rather large
Sebastian Thiel
More...
over 15 years ago
Implemented main rev-parsing, including long hexshas, tags and refs. Short Shas still to be done
Sebastian Thiel
More...
over 15 years ago
Refs now use object.new_from_sha where possible, preventing git-batch-check to be started up for sha resolution
Sebastian Thiel
More...
over 15 years ago
RevParse now generally works, but there are still some more specialized tests missing
Sebastian Thiel
More...
over 15 years ago
Initial version of the rev-parse routine, which doesn't work too bad, but its still rather slow and many tests are not yet implemented
Sebastian Thiel
More...
over 15 years ago
win32 compatability adjustments
unknown
More...
over 15 years ago
Fixed broken 0.2 documentation, it didn't contain the API reference previously due to import errors and a somewhat inconsistent working tree that occurred when switching branches ...
Sebastian Thiel
More...
over 15 years ago
Merge branch 'docs'
Sebastian Thiel
More...
over 15 years ago
Added doc-index, which helps to keep documentation of prior but still somewhat supported versions alive
Sebastian Thiel
More...
over 15 years ago
Moved all source files into the source folder, separating the build from the source directory
Sebastian Thiel
More...
over 15 years ago
Added further information about the required submodules, and how to install them. Incremeneted version to 0.3.0 beta1
Sebastian Thiel
More...
over 15 years ago
Added whatsnew and put it into the index Set project version to 0.3.0 beta
Sebastian Thiel
More...
over 15 years ago
revised tutorial to match the changed usage, added basic information about object databases
Sebastian Thiel
More...
over 15 years ago
Removed blob.data property as there is no real reason for an exception to the rule of trying not to cache possibly heavy data. The data_stream method should be used instead
Sebastian Thiel
More...
over 15 years ago
Renamed modules utils to util, and errors to exc to be more conforming to the submodules's naming conventions
Sebastian Thiel
More...
over 15 years ago
Removed repo tests which for some reason left the 'repos' directory around, replaced them by a real test which actually executes code, and puts everything into the tmp directory
Sebastian Thiel
More...
over 15 years ago
Updated and fixed sphinx API docs, which included one quick skim-through
Sebastian Thiel
More...
over 15 years ago
Diff: fixed bug that caused a string to end up as a blob mode
Sebastian Thiel
More...
over 15 years ago
Fixed performance tests which broke in the course of the sha1-20 byte changes
Sebastian Thiel
More...
over 15 years ago
Merge branch 'sha20'
Sebastian Thiel
More...
over 15 years ago
All tests adjusted to work with the changed internal sha representation
Sebastian Thiel
More...
over 15 years ago
←
1
2
…
122
123
124
125
126
127
128
129
130
…
145
146
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree