summaryrefslogtreecommitdiff
path: root/git/db/cmd
Commit message (Expand)AuthorAgeFilesLines
* Fixed consecutive lines with same blame info not appearing in blame.Mark Nevill2011-07-181-2/+5
* Fetch info can now deal much better with non-default ref specs, see #23, #24,...Sebastian Thiel2011-07-041-2/+29
* 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-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