summaryrefslogtreecommitdiff
path: root/git/objects/submodule/base.py
Commit message (Expand)AuthorAgeFilesLines
* Autopep8 fixes with maximum line length 120Craig Northway2014-07-251-187/+193
* tabs to 4 spaces - overall state of this branch is desolate, but fixable. Nee...Sebastian Thiel2014-02-091-903/+903
* Submodule now uses a specialized method to remove its trees to allow read-onl...Sebastian Thiel2011-06-131-4/+3
* root submodule: Added parent_commit parameter for convenience. Fixed submodul...Sebastian Thiel2011-06-131-1/+1
* submodule now doesn't use hardcoded repository implementations anymore. Inste...Sebastian Thiel2011-06-071-5/+9
* Submodule tests are nearly working. Only root module needs more attentionSebastian Thiel2011-06-071-5/+9
* First run in order to fix the remote handling. Cleaned up interfaces and figu...Sebastian Thiel2011-06-071-1/+2
* git cmd implementation of repository appears to work, at least this is what t...Sebastian Thiel2011-05-301-1/+1
* Made repository paths methods a property to be compatible with the existing r...Sebastian Thiel2011-05-101-0/+4
* Started to fix imports - tests still have no chance to work as database chang...Sebastian Thiel2011-05-061-2/+1
* 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. Th...Sebastian Thiel2011-05-051-0/+3
* Updated objects to use the ones defined in gitdb as basis. Only the submodule...Sebastian Thiel2011-04-071-1/+3
* submodule.add: handles addition of repositories with a specific branch correc...Sebastian Thiel2010-12-031-6/+8
* Fixed bug, which was so obvious that I am wondering how none of the test ran ...Sebastian Thiel2010-12-011-1/+1
* Moved everything into the git subdirectory - some tests still need to be adju...Sebastian Thiel2010-11-251-0/+924