summaryrefslogtreecommitdiff
path: root/git/db.py
Commit message (Collapse)AuthorAgeFilesLines
* Added all code from gitdb to gitpython. Next is to make it generally work. ↵Sebastian Thiel2011-05-051-437/+0
| | | | Then the tests will need some work
* Made most primal imports work, but stopped here as there are many more ↵Sebastian Thiel2011-05-051-8/+8
| | | | changes when doing the merge
* Removed all parts of the reference implementation which doesn't require the ↵Sebastian Thiel2011-04-071-14/+14
| | | | git command. everything else was moved to GitDB. None of the tests is yet expected to run, although git-python should have less trouble getting the tests back up running than GitDB. plenty of code needs to be de-duplicated though in case of the tests, which will be some work
* Moved push and fetch methods partly from remote to the gitcmdobjdb ↵Sebastian Thiel2011-04-051-5/+381
| | | | implementation, including related types. It doesn't yet work, and the omnipresence of the repo imposes a problem right now, as the required ref functionality is not yet part of the gitdb specification. theoretically, the whole ref implementation has to move into gitdb
* Moved everything into the git subdirectory - some tests still need to be ↵Sebastian Thiel2010-11-251-0/+61
adjusted