summaryrefslogtreecommitdiff
path: root/git/db/interface.py
Commit message (Expand)AuthorAgeFilesLines
* Autopep8 fixes with maximum line length 120Craig Northway2014-07-251-158/+170
* tabs to 4 spaces - overall state of this branch is desolate, but fixable. Nee...Sebastian Thiel2014-02-091-801/+801
* Added basic frame for pygit2 - it just needs some basic methods to be impleme...Sebastian Thiel2011-07-081-1/+3
* Initial version of the DulwichType inheritance. For now, it inherits everythi...Sebastian Thiel2011-07-071-10/+2
* fixes python 2.6 compatibility issuesSebastian Thiel2011-07-051-1/+5
* Added additional opcodes to remote progress to make it compatible to newer gi...Sebastian Thiel2011-06-071-2/+2
* First run in order to fix the remote handling. Cleaned up interfaces and figu...Sebastian Thiel2011-06-071-5/+61
* clone and clone_from methods now support the RemoteProgress interface, using ...Sebastian Thiel2011-06-071-3/+8
* Finished moving all repository methods to the respective interfaces and imple...Sebastian Thiel2011-05-301-5/+161
* Intermediate commit with quite some progress in order to put all extra method...Sebastian Thiel2011-05-291-1/+88
* Made repository paths methods a property to be compatible with the existing r...Sebastian Thiel2011-05-101-7/+72
* Added all code from gitdb to gitpython. Next is to make it generally work. Th...Sebastian Thiel2011-05-051-0/+469