summaryrefslogtreecommitdiff
path: root/git/db/py
Commit message (Expand)AuthorAgeFilesLines
* Autopep8 fixes with maximum line length 120Craig Northway2014-07-259-431/+436
* tabs to 4 spaces - overall state of this branch is desolate, but fixable. Nee...Sebastian Thiel2014-02-099-1499/+1499
* 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-073-22/+17
* 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
* Added loose object writing and reading performance tessts, in pure and comman...Sebastian Thiel2011-06-061-16/+17
* Fixed pure python implementation to run the default repository testsSebastian Thiel2011-05-303-12/+11
* git cmd implementation of repository appears to work, at least this is what t...Sebastian Thiel2011-05-303-13/+15
* Fixed tests far enough to allow basic repository tests to be applied to any o...Sebastian Thiel2011-05-303-7/+12
* Finished moving all repository methods to the respective interfaces and imple...Sebastian Thiel2011-05-303-4/+48
* Intermediate commit with quite some progress in order to put all extra method...Sebastian Thiel2011-05-294-55/+142
* Made repository paths methods a property to be compatible with the existing r...Sebastian Thiel2011-05-103-17/+88
* Started to fix imports - tests still have no chance to work as database chang...Sebastian Thiel2011-05-066-14/+5
* replaced all gitdb strings with gitSebastian Thiel2011-05-067-24/+24
* Added all code from gitdb to gitpython. Next is to make it generally work. Th...Sebastian Thiel2011-05-059-0/+1527