summaryrefslogtreecommitdiff
path: root/git/objects/submodule
Commit message (Collapse)AuthorAgeFilesLines
* Made repository paths methods a property to be compatible with the existing ↵Sebastian Thiel2011-05-104-0/+17
| | | | repo interface. Added submodule interface ... goal is to provide all of the extra repo functionality in custom interfaces
* Started to fix imports - tests still have no chance to work as database ↵Sebastian Thiel2011-05-061-2/+1
| | | | changed drastically. Now the actual work begins
* replaced all gitdb strings with gitSebastian Thiel2011-05-061-1/+1
|
* Added all code from gitdb to gitpython. Next is to make it generally work. ↵Sebastian Thiel2011-05-051-0/+3
| | | | Then the tests will need some work
* 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