aboutsummaryrefslogtreecommitdiff
path: root/git/__init__.py
AgeCommit message (Collapse)Author
2014-07-25Autopep8 fixes with maximum line length 120Craig Northway
2014-02-09tabs to 4 spaces - overall state of this branch is desolate, but fixable. ↵Sebastian Thiel
Needs plenty of work
2011-07-05Added smmap as submodule, package initialization adjusted to assure it is ↵Sebastian Thiel
available
2011-05-06Started to fix imports - tests still have no chance to work as database ↵Sebastian Thiel
changed drastically. Now the actual work begins
2011-05-05Added async submodule, formerly required by gitdb (which is still a valid ↵Sebastian Thiel
submodule just yet)
2010-12-01Fixed import of gitdb, keeping changed gitdb commit so that the submodule ↵Sebastian Thiel
tests may work. Switched gitdb submodule to new github url
2010-11-25Moved everything into the git subdirectory - some tests still need to be ↵Sebastian Thiel
adjusted