summaryrefslogtreecommitdiff
path: root/git/db
Commit message (Expand)AuthorAgeFilesLines
* Added additional opcodes to remote progress to make it compatible to newer gi...Sebastian Thiel2011-06-072-15/+25
* The --progress flag will now automatically be used if possible when doing any...Sebastian Thiel2011-06-071-4/+14
* First run in order to fix the remote handling. Cleaned up interfaces and figu...Sebastian Thiel2011-06-073-72/+204
* clone and clone_from methods now support the RemoteProgress interface, using ...Sebastian Thiel2011-06-072-105/+113
* Fixed fetch/push/pull implementation. Next up is to integrate the consolidati...Sebastian Thiel2011-06-071-7/+11
* Streams returned by git cmd db are now containing all the data right away. Th...Sebastian Thiel2011-06-062-4/+14
* Added loose object writing and reading performance tessts, in pure and comman...Sebastian Thiel2011-06-061-16/+17
* Fixed pure python implementation to run the default repository testsSebastian Thiel2011-05-303-12/+11
* git cmd implementation of repository appears to work, at least this is what t...Sebastian Thiel2011-05-306-40/+50
* Fixed tests far enough to allow basic repository tests to be applied to any o...Sebastian Thiel2011-05-308-20/+37
* Finished moving all repository methods to the respective interfaces and imple...Sebastian Thiel2011-05-309-816/+935
* Intermediate commit with quite some progress in order to put all extra method...Sebastian Thiel2011-05-298-61/+635
* Made repository paths methods a property to be compatible with the existing r...Sebastian Thiel2011-05-105-24/+173
* Started to fix imports - tests still have no chance to work as database chang...Sebastian Thiel2011-05-068-29/+18
* replaced all gitdb strings with gitSebastian Thiel2011-05-068-32/+32
* Added all code from gitdb to gitpython. Next is to make it generally work. Th...Sebastian Thiel2011-05-0513-0/+2440