summaryrefslogtreecommitdiff
path: root/git/objects/submodule
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'patch-1' of https://github.com/neeraju/GitPython into neeraju-p...Sebastian Thiel2014-11-191-2/+1
|\
| * Update base.pyneeraju2013-08-181-1/+1
* | Autopep8 fixes with maximum line length 120Craig Northway2014-07-253-303/+325
* | tabs to 4 spaces - overall state of this branch is desolate, but fixable. Nee...Sebastian Thiel2014-02-093-1270/+1270
|/
* 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-132-4/+3
* 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-104-0/+17
* 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-012-2/+2
* Moved everything into the git subdirectory - some tests still need to be adju...Sebastian Thiel2010-11-254-0/+1342