aboutsummaryrefslogtreecommitdiff
path: root/lib/git/db.py
AgeCommit message (Expand)Author
2010-07-09Added python 2.4 support: Repo will now use the original GitCmdObjectDB in py...Sebastian Thiel
2010-07-07Added test for GitCmdObjectDB in order to verify the partial_to_complete_sha_...Sebastian Thiel
2010-07-07Initially working implementation of short-sha parsing and interpretation, tha...Sebastian Thiel
2010-06-25Adjusted all files to (hopefully) deal with the fact that all objects now use...Sebastian Thiel
2010-06-22index.write_tree: initial version implemented, although its not yet working c...Sebastian Thiel
2010-06-20db: added pure python git databaseSebastian Thiel
2010-06-18GitCmd implementation of gitdb base moved to git-python where it belongs. Pre...Sebastian Thiel