summaryrefslogtreecommitdiff
path: root/git/objects/submodule/util.py
Commit message (Collapse)AuthorAgeFilesLines
* Autopep8 fixes with maximum line length 120Craig Northway2014-07-251-13/+20
|
* tabs to 4 spaces - overall state of this branch is desolate, but fixable. ↵Sebastian Thiel2014-02-091-75/+75
| | | | Needs plenty of work
* Made repository paths methods a property to be compatible with the existing ↵Sebastian Thiel2011-05-101-0/+4
| | | | repo interface. Added submodule interface ... goal is to provide all of the extra repo functionality in custom interfaces
* Moved everything into the git subdirectory - some tests still need to be ↵Sebastian Thiel2010-11-251-0/+101
adjusted