summaryrefslogtreecommitdiff
path: root/git/objects/submodule
Commit message (Collapse)AuthorAgeFilesLines
* Updated objects to use the ones defined in gitdb as basis. Only the ↵Sebastian Thiel2011-04-071-1/+3
| | | | submodule implementation is left in git-python as it requires some advanced features. No tests where run yet
* submodule.add: handles addition of repositories with a specific branch ↵Sebastian Thiel2010-12-031-6/+8
| | | | 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
* Fixed bug, which was so obvious that I am wondering how none of the test ran ↵Sebastian Thiel2010-12-012-2/+2
| | | | into that, or at least triggered it
* Moved everything into the git subdirectory - some tests still need to be ↵Sebastian Thiel2010-11-254-0/+1342
adjusted