4
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Feb 17, 2025 — Feb 17, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
util.get_user_id(): Will try a windows environment variable as well, the method now yields good results on all tested platforms More... over 15 years ago
Index._iter_expand_paths: fixed tiny error with large impact, there was code using a / in a hardcoded fashion, leading to absolute paths where the caller expected relative ones More... over 15 years ago
Unicode: tree_to_stream can now handle unicode names the way git would do it. Its can be assumed though that there are more bugs related to unicode hanging around in the system More... over 15 years ago
Fixed the missing Repo type documentation thanks to a hint of gasche, fixed a few more resT syntax errors on the way More... over 15 years ago
Added performance test to compare inst.__class__() vs type(inst)() class. The first one is faster, although I would have expected the latter one to be faster More... over 15 years ago
Addiitonal win32 fixes related to, guess it, backslashes in paths More... over 15 years ago
Fixed incorrect use of Blob.data in performance test More... over 15 years ago
Fixed python < 2.6 windows specific issue when reading in the index using a memory map. Its totally ridiculous, but fixed More... over 15 years ago
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