summaryrefslogtreecommitdiff
path: root/git/__init__.py
Commit message (Collapse)AuthorAgeFilesLines
* tabs to 4 spaces - this won't make integrating the patches easier, but it's ↵Sebastian Thiel2014-02-091-16/+16
| | | | probably a good idea to go a little more pep8 (and fix sins of my youth ;) )
* 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