summaryrefslogtreecommitdiff
path: root/git/db/cmd/base.py
Commit message (Expand)AuthorAgeFilesLines
* Fix issue #41: repo.is_dirty() on empty repository with stashed filesJan Vcelak2014-09-291-2/+2
* Fix `git push` hanging when stdout/stderr is bigMarc Abramowitz2014-08-131-3/+3
* Autopep8 fixes with maximum line length 120Craig Northway2014-07-251-189/+206
* Fix for untracked_files no longer detected #138Maximiliano Curia2014-05-061-15/+14
* tabs to 4 spaces - overall state of this branch is desolate, but fixable. Nee...Sebastian Thiel2014-02-091-802/+802
* 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-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