summaryrefslogtreecommitdiff
path: root/git/db/cmd
Commit message (Expand)AuthorAgeFilesLines
* First run in order to fix the remote handling. Cleaned up interfaces and figu...Sebastian Thiel2011-06-071-65/+140
* clone and clone_from methods now support the RemoteProgress interface, using ...Sebastian Thiel2011-06-071-102/+105
* 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-061-3/+10
* git cmd implementation of repository appears to work, at least this is what t...Sebastian Thiel2011-05-302-24/+19
* Fixed tests far enough to allow basic repository tests to be applied to any o...Sebastian Thiel2011-05-303-8/+20
* Finished moving all repository methods to the respective interfaces and imple...Sebastian Thiel2011-05-303-806/+712
* Intermediate commit with quite some progress in order to put all extra method...Sebastian Thiel2011-05-292-5/+388
* Started to fix imports - tests still have no chance to work as database chang...Sebastian Thiel2011-05-062-15/+13
* replaced all gitdb strings with gitSebastian Thiel2011-05-061-8/+8
* Added all code from gitdb to gitpython. Next is to make it generally work. Th...Sebastian Thiel2011-05-052-0/+438