aboutsummaryrefslogtreecommitdiff
path: root/git/objects/submodule/base.py
AgeCommit message (Collapse)Author
2014-02-09tabs to 4 spaces - this won't make integrating the patches easier, but it's ↵Sebastian Thiel
probably a good idea to go a little more pep8 (and fix sins of my youth ;) )
2011-06-13Submodule now uses a specialized method to remove its trees to allow ↵Sebastian Thiel
read-only files to be removed on windows as well
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