summaryrefslogtreecommitdiff
path: root/git/db/py/base.py
Commit message (Expand)AuthorAgeFilesLines
* Autopep8 fixes with maximum line length 120Craig Northway2014-07-251-139/+139
* tabs to 4 spaces - overall state of this branch is desolate, but fixable. Nee...Sebastian Thiel2014-02-091-435/+435
* Added basic frame for pygit2 - it just needs some basic methods to be impleme...Sebastian Thiel2011-07-081-1/+3
* Removed cache in PureCompoundDB as it had the tendency to slow things down ac...Sebastian Thiel2011-07-071-29/+17
* Initial version of the DulwichType inheritance. For now, it inherits everythi...Sebastian Thiel2011-07-071-5/+14
* fixes python 2.6 compatibility issuesSebastian Thiel2011-07-051-2/+10
* First run in order to fix the remote handling. Cleaned up interfaces and figu...Sebastian Thiel2011-06-071-2/+3
* Fixed pure python implementation to run the default repository testsSebastian Thiel2011-05-301-8/+7
* git cmd implementation of repository appears to work, at least this is what t...Sebastian Thiel2011-05-301-3/+6
* Finished moving all repository methods to the respective interfaces and imple...Sebastian Thiel2011-05-301-1/+13
* Intermediate commit with quite some progress in order to put all extra method...Sebastian Thiel2011-05-291-1/+73
* Made repository paths methods a property to be compatible with the existing r...Sebastian Thiel2011-05-101-15/+52
* Started to fix imports - tests still have no chance to work as database chang...Sebastian Thiel2011-05-061-1/+0
* replaced all gitdb strings with gitSebastian Thiel2011-05-061-4/+4
* Added all code from gitdb to gitpython. Next is to make it generally work. Th...Sebastian Thiel2011-05-051-0/+351