summaryrefslogtreecommitdiff
path: root/lib/git/ext/gitdb
Commit message (Expand)AuthorAgeFilesLines
* 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