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