summaryrefslogtreecommitdiff
path: root/git/__init__.py
Commit message (Collapse)AuthorAgeFilesLines
* Started to fix imports - tests still have no chance to work as database ↵Sebastian Thiel2011-05-061-1/+1
| | | | changed drastically. Now the actual work begins
* Added async submodule, formerly required by gitdb (which is still a valid ↵Sebastian Thiel2011-05-051-3/+3
| | | | submodule just yet)
* Fixed import of gitdb, keeping changed gitdb commit so that the submodule ↵Sebastian Thiel2010-12-011-1/+7
| | | | | | tests may work. Switched gitdb submodule to new github url
* Moved everything into the git subdirectory - some tests still need to be ↵Sebastian Thiel2010-11-251-0/+48
adjusted