summaryrefslogtreecommitdiff
path: root/git/db/cmd/base.py
Commit message (Expand)AuthorAgeFilesLines
* Made remote line parsing more stable. On windows it can be that we encounter ...Sebastian Thiel2011-06-131-1/+12
* Added additional opcodes to remote progress to make it compatible to newer gi...Sebastian Thiel2011-06-071-13/+23
* 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-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-301-12/+18
* Fixed tests far enough to allow basic repository tests to be applied to any o...Sebastian Thiel2011-05-301-1/+1
* Finished moving all repository methods to the respective interfaces and imple...Sebastian Thiel2011-05-301-0/+706