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