aboutsummaryrefslogtreecommitdiff
path: root/git/db/py/base.py
AgeCommit message (Expand)Author
2014-02-09tabs to 4 spaces - overall state of this branch is desolate, but fixable. Nee...Sebastian Thiel
2011-07-08Added basic frame for pygit2 - it just needs some basic methods to be impleme...Sebastian Thiel
2011-07-07Removed cache in PureCompoundDB as it had the tendency to slow things down ac...Sebastian Thiel
2011-07-07Initial version of the DulwichType inheritance. For now, it inherits everythi...Sebastian Thiel
2011-07-05fixes python 2.6 compatibility issuesSebastian Thiel
2011-06-07First run in order to fix the remote handling. Cleaned up interfaces and figu...Sebastian Thiel
2011-05-30Fixed pure python implementation to run the default repository testsSebastian Thiel
2011-05-30git cmd implementation of repository appears to work, at least this is what t...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-10Made repository paths methods a property to be compatible with the existing r...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