summaryrefslogtreecommitdiff
path: root/git/objects/submodule/root.py
Commit message (Collapse)AuthorAgeFilesLines
* root submodule: Added parent_commit parameter for convenience. Fixed ↵Sebastian Thiel2011-06-131-3/+2
| | | | submodule tests to run
* Made repository paths methods a property to be compatible with the existing ↵Sebastian Thiel2011-05-101-0/+5
| | | | repo interface. Added submodule interface ... goal is to provide all of the extra repo functionality in custom interfaces
* Fixed bug, which was so obvious that I am wondering how none of the test ran ↵Sebastian Thiel2010-12-011-1/+1
| | | | into that, or at least triggered it
* Moved everything into the git subdirectory - some tests still need to be ↵Sebastian Thiel2010-11-251-0/+315
adjusted