aboutsummaryrefslogtreecommitdiff
path: root/git/db/cmd/base.py
AgeCommit message (Expand)Author
2011-07-18Fixed consecutive lines with same blame info not appearing in blame.Mark Nevill
2011-07-04Fetch info can now deal much better with non-default ref specs, see #23, #24,...Sebastian Thiel
2011-06-13Made remote line parsing more stable. On windows it can be that we encounter ...Sebastian Thiel
2011-06-07Added additional opcodes to remote progress to make it compatible to newer gi...Sebastian Thiel
2011-06-07The --progress flag will now automatically be used if possible when doing any...Sebastian Thiel
2011-06-07First run in order to fix the remote handling. Cleaned up interfaces and figu...Sebastian Thiel
2011-06-07clone and clone_from methods now support the RemoteProgress interface, using ...Sebastian Thiel
2011-06-07Fixed fetch/push/pull implementation. Next up is to integrate the consolidati...Sebastian Thiel
2011-06-06Streams returned by git cmd db are now containing all the data right away. Th...Sebastian Thiel
2011-05-30git cmd implementation of repository appears to work, at least this is what t...Sebastian Thiel
2011-05-30Fixed tests far enough to allow basic repository tests to be applied to any o...Sebastian Thiel
2011-05-30Finished moving all repository methods to the respective interfaces and imple...Sebastian Thiel