summaryrefslogtreecommitdiff
path: root/git/db/py/loose.py
Commit message (Collapse)AuthorAgeFilesLines
* Autopep8 fixes with maximum line length 120Craig Northway2014-07-251-65/+63
|
* tabs to 4 spaces - overall state of this branch is desolate, but fixable. ↵Sebastian Thiel2014-02-091-236/+236
| | | | Needs plenty of work
* Added loose object writing and reading performance tessts, in pure and ↵Sebastian Thiel2011-06-061-16/+17
| | | | command implementations. The previous performance test was truncated a bit as it compared directly with the git hash_object write performance. This is out, and if we wanted it we could implement it , but its actually slower for us
* replaced all gitdb strings with gitSebastian Thiel2011-05-061-5/+5
|
* Added all code from gitdb to gitpython. Next is to make it generally work. ↵Sebastian Thiel2011-05-051-0/+262
Then the tests will need some work