summaryrefslogtreecommitdiff
path: root/git/db/py/transport.py
Commit message (Collapse)AuthorAgeFilesLines
* Autopep8 fixes with maximum line length 120Craig Northway2014-07-251-17/+18
|
* tabs to 4 spaces - overall state of this branch is desolate, but fixable. ↵Sebastian Thiel2014-02-091-39/+39
| | | | Needs plenty of work
* Intermediate commit with quite some progress in order to put all extra ↵Sebastian Thiel2011-05-291-46/+15
| | | | methods on the default Repo implementation into interfaces or something that can be abstracted. It shows that it would indeed be good to keep the differentiation between Repositories which contain an object database as it is clearly easier to setup any combination of repositories that use git and those that do not, with just the addition of one more level of indirection. Lets see how it will end up
* replaced all gitdb strings with gitSebastian Thiel2011-05-061-1/+1
|
* Added all code from gitdb to gitpython. Next is to make it generally work. ↵Sebastian Thiel2011-05-051-0/+89
Then the tests will need some work