summaryrefslogtreecommitdiff
path: root/git/test/test_base.py
Commit message (Collapse)AuthorAgeFilesLines
* Made repository paths methods a property to be compatible with the existing ↵Sebastian Thiel2011-05-101-7/+20
| | | | repo interface. Added submodule interface ... goal is to provide all of the extra repo functionality in custom interfaces
* Started to fix imports - tests still have no chance to work as database ↵Sebastian Thiel2011-05-061-6/+7
| | | | changed drastically. Now the actual work begins
* replaced all gitdb strings with gitSebastian Thiel2011-05-061-4/+4
|
* Added all code from gitdb to gitpython. Next is to make it generally work. ↵Sebastian Thiel2011-05-051-0/+98
| | | | Then the tests will need some work
* Moved everything into the git subdirectory - some tests still need to be ↵Sebastian Thiel2010-11-251-0/+100
adjusted