aboutsummaryrefslogtreecommitdiff
path: root/git/objects/submodule/base.py
AgeCommit message (Collapse)Author
2010-12-03submodule.add: handles addition of repositories with a specific branch ↵Sebastian Thiel
correctly now - previously it would pass the full path of the branch, which in fact didn't work, unless the default branch is used to which it will default. The bug wasn't noticed because of this
2010-12-01Fixed bug, which was so obvious that I am wondering how none of the test ran ↵Sebastian Thiel
into that, or at least triggered it
2010-11-25Moved everything into the git subdirectory - some tests still need to be ↵Sebastian Thiel
adjusted