summaryrefslogtreecommitdiff
path: root/lib/git/db.py
Commit message (Expand)AuthorAgeFilesLines
* moved all contents, incl. submodule gitdb, up to the root directorySebastian Thiel2010-11-211-61/+0
* Added python 2.4 support: Repo will now use the original GitCmdObjectDB in py...Sebastian Thiel2010-07-091-4/+4
* Added test for GitCmdObjectDB in order to verify the partial_to_complete_sha_...Sebastian Thiel2010-07-071-3/+6
* Initially working implementation of short-sha parsing and interpretation, tha...Sebastian Thiel2010-07-071-3/+24
* Adjusted all files to (hopefully) deal with the fact that all objects now use...Sebastian Thiel2010-06-251-3/+3
* index.write_tree: initial version implemented, although its not yet working c...Sebastian Thiel2010-06-221-2/+5
* db: added pure python git databaseSebastian Thiel2010-06-201-1/+2
* GitCmd implementation of gitdb base moved to git-python where it belongs. Pre...Sebastian Thiel2010-06-181-0/+33