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