aboutsummaryrefslogtreecommitdiff
path: root/git/db/cmd
AgeCommit message (Expand)Author
2014-09-29Fix issue #41: repo.is_dirty() on empty repository with stashed filesJan Vcelak
2014-08-13Fix `git push` hanging when stdout/stderr is bigMarc Abramowitz
2014-07-25Autopep8 fixes with maximum line length 120Craig Northway
2014-05-06Fix for untracked_files no longer detected #138Maximiliano Curia
2014-02-09tabs to 4 spaces - overall state of this branch is desolate, but fixable. Nee...Sebastian Thiel
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
2011-05-29Intermediate commit with quite some progress in order to put all extra method...Sebastian Thiel
2011-05-06Started to fix imports - tests still have no chance to work as database chang...Sebastian Thiel
2011-05-06replaced all gitdb strings with gitSebastian Thiel
2011-05-05Added all code from gitdb to gitpython. Next is to make it generally work. Th...Sebastian Thiel