aboutsummaryrefslogtreecommitdiff
path: root/lib/git/ext
AgeCommit message (Expand)Author
2010-11-19Updated gitdb submodule, and added note about how the submodule package manag...Sebastian Thiel
2010-11-15submodule: Fleshed out interface, and a partial test which is not yet usable....Sebastian Thiel
2010-10-15Added test to verify the actor type can handle and parse unicode if it is pas...Sebastian Thiel
2010-08-13unicode handling in messages and trees was improved. Messages are now written...Sebastian Thiel
2010-07-15Index._iter_expand_paths: fixed tiny error with large impact, there was code ...Sebastian Thiel
2010-07-14Added performance test to compare inst.__class__() vs type(inst)() class. Th...Sebastian Thiel
2010-07-09Added python 2.4 support: Repo will now use the original GitCmdObjectDB in py...Sebastian Thiel
2010-07-08setup.py: fixed requirement - its interesting to see that there are two diffe...0.3.0-beta1Sebastian Thiel
2010-07-07Initially working implementation of short-sha parsing and interpretation, tha...Sebastian Thiel
2010-07-06Initial version of the rev-parse routine, which doesn't work too bad, but its...Sebastian Thiel
2010-07-02win32 compatability adjustmentsunknown
2010-07-02Fixed broken 0.2 documentation, it didn't contain the API reference previousl...Sebastian Thiel
2010-07-01Added further information about the required submodules, and how to install t...Sebastian Thiel
2010-06-29Diff: fixed bug that caused a string to end up as a blob modeSebastian Thiel
2010-06-25Adjusted all files to (hopefully) deal with the fact that all objects now use...Sebastian Thiel
2010-06-25index.reset is now partly implemented using python, but in fact it resorts to...Sebastian Thiel
2010-06-24aggressive_tree_merge: fixed incorrect handling of one branch, it was just no...Sebastian Thiel
2010-06-22index.write_tree: now uses MemoryDB, making tree handling more efficient as I...Sebastian Thiel
2010-06-20db: added pure python git databaseSebastian Thiel
2010-06-18GitCmd implementation of gitdb base moved to git-python where it belongs. Pre...Sebastian Thiel
2010-06-15Move LazyMixin type to gitdb, index reading now uses file_contents_ro from gi...Sebastian Thiel
2010-06-15Moved LockedFD and its test into the gitdb projectSebastian Thiel
2010-06-15Reimplemented Lock handling to be conforming to the git lock protocol, which ...Sebastian Thiel
2010-06-14Implemented initial version of tree serialization which appears to work accor...Sebastian Thiel
2010-06-12Removed odb from project, it is now used as a submodule named gitdb, which wa...Sebastian Thiel