summaryrefslogtreecommitdiff
path: root/git/db/pygit2/complex.py
Commit message (Collapse)AuthorAgeFilesLines
* Autopep8 fixes with maximum line length 120Craig Northway2014-07-251-29/+30
|
* tabs to 4 spaces - overall state of this branch is desolate, but fixable. ↵Sebastian Thiel2014-02-091-65/+65
| | | | Needs plenty of work
* Fixed up tests to actually use pygit2. Its worth noting that the performance ↵Sebastian Thiel2011-07-081-15/+18
| | | | tests only work reliably in a patched up version, or the next point release.
* Added basic frame for pygit2 - it just needs some basic methods to be ↵Sebastian Thiel2011-07-081-0/+90
implemented now - depending on the performance, it might actually receive some more work