summaryrefslogtreecommitdiff
path: root/lib/git/objects/submodule/root.py
Commit message (Collapse)AuthorAgeFilesLines
* moved all contents, incl. submodule gitdb, up to the root directorySebastian Thiel2010-11-211-262/+0
|
* submodule: Fixed capital error when handling the submodule's branch, which ↵Sebastian Thiel2010-11-201-10/+9
| | | | was returned in the submodules super repository, not in the submodule's module
* test_submodule: fixed failures that arose due to changes of the original ↵Sebastian Thiel2010-11-191-1/+1
| | | | | | submodule names. Also, a major bug was fixed that cased submodules to always being updated recursively when using the RootModule.update method submodule: previously, it would update the repository configuration during add(), but in fact it must be done during update() when the module is cloned, which is how the git-submodule implementation works
* Fixed all imports, refactoring appears to be completeSebastian Thiel2010-11-181-0/+4
|
* Split big submodule file into smaller files. Tried to manually get imports ↵Sebastian Thiel2010-11-181-0/+259
right, but its not yet tested