4
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 9 hours ago. based on code collected about 10 hours ago.
Dec 28, 2024 — Dec 28, 2025
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 More... over 15 years ago
bumped verison to 0.3.0 beta2 docs: added changelog, which moved from the CHANGES file into sphinx 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 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 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 More... over 15 years ago
Merge branch 'revparse' 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 ;) ) 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 More... over 15 years ago
Initially working implementation of short-sha parsing and interpretation, thanks to new gitdb functionality More... over 15 years ago
Made repo.py a package to allow better localization of functions and utilities - the repo module got rather large More... over 15 years ago
Implemented main rev-parsing, including long hexshas, tags and refs. Short Shas still to be done 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 More... over 15 years ago
RevParse now generally works, but there are still some more specialized tests missing 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 More... over 15 years ago
win32 compatability adjustments 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 ... More... over 15 years ago
Merge branch 'docs' More... over 15 years ago
Added doc-index, which helps to keep documentation of prior but still somewhat supported versions alive More... over 15 years ago
Moved all source files into the source folder, separating the build from the source directory More... over 15 years ago
Added further information about the required submodules, and how to install them. Incremeneted version to 0.3.0 beta1 More... over 15 years ago
Added whatsnew and put it into the index Set project version to 0.3.0 beta More... over 15 years ago
revised tutorial to match the changed usage, added basic information about object databases 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 More... over 15 years ago
Renamed modules utils to util, and errors to exc to be more conforming to the submodules's naming conventions 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 More... over 15 years ago
Updated and fixed sphinx API docs, which included one quick skim-through More... over 15 years ago
Diff: fixed bug that caused a string to end up as a blob mode More... over 15 years ago
Fixed performance tests which broke in the course of the sha1-20 byte changes More... over 15 years ago
Merge branch 'sha20' More... over 15 years ago
All tests adjusted to work with the changed internal sha representation More... over 15 years ago