summaryrefslogtreecommitdiff
path: root/git/db/dulwich
Commit message (Collapse)AuthorAgeFilesLines
* Autopep8 fixes with maximum line length 120Craig Northway2014-07-252-30/+31
|
* tabs to 4 spaces - overall state of this branch is desolate, but fixable. ↵Sebastian Thiel2014-02-092-67/+67
| | | | Needs plenty of work
* Added store support. Now the basic object IO is implemented, which shall be ↵Sebastian Thiel2011-07-071-1/+11
| | | | enough for the first batch of work
* Added trivial implementation for info and stream methods - info is very ↵Sebastian Thiel2011-07-071-0/+16
| | | | inefficient, but can't help it. Basic repo tests don't work as dulwich ignores alternate files
* Added default performance tests - these should help to measure something at ↵Sebastian Thiel2011-07-071-1/+6
| | | | least, which implicitly includes pack handling. For the pack specific tests to work, one would need a pack interface though, which is currently not planned to be specifically exposed
* Initial version of the DulwichType inheritance. For now, it inherits ↵Sebastian Thiel2011-07-072-6/+59
| | | | | | everything from the existing implementation, but one by one things can be reimplmented to use dulwich. It also shows that py 2.6 is quite plagued from its new feature, which is actually a bug, as objects inability to accept any args makes mixins hard to use ...
* Added basis for initial dulwich integration. Many basic issues should ↵Sebastian Thiel2011-07-062-0/+19
surface while integrating this