summaryrefslogtreecommitdiff
path: root/git/test/objects/test_submodule.py
Commit message (Collapse)AuthorAgeFilesLines
* tabs to 4 spaces - overall state of this branch is desolate, but fixable. ↵Sebastian Thiel2014-02-091-567/+567
| | | | Needs plenty of work
* Fixed submodule related issues once again - is it ever going to end ?Sebastian Thiel2011-07-071-1/+3
|
* fixed submodule test to work on windowsSebastian Thiel2011-06-131-2/+3
|
* test_submodule: Will now load everything into memory if smmap is present, to ↵Sebastian Thiel2011-06-131-0/+14
| | | | help the submodule test to work even on windows
* root submodule: Added parent_commit parameter for convenience. Fixed ↵Sebastian Thiel2011-06-131-4/+6
| | | | submodule tests to run
* Fixed submodule tests to go with either the old or the new version of gitdbSebastian Thiel2011-06-131-5/+6
|
* Added additional opcodes to remote progress to make it compatible to newer ↵Sebastian Thiel2011-06-071-1/+1
| | | | git versions. This bug existed for quite a while but didn't show up as progress wasn't sent most of the time. All methods that could use a progress will only activate it if a progress is actually given
* Submodule tests are fully back and workingSebastian Thiel2011-06-071-18/+28
|
* Submodule tests are nearly working. Only root module needs more attentionSebastian Thiel2011-06-071-9/+27
|
* Fixed all of the object tests, except for the submodule handling which needs ↵Sebastian Thiel2011-05-301-2/+3
| | | | more work as the amount of submodules changed in fact. Maybe I should just generate a test repository with gitpython as submodule to get the recursion depth required to satisfy the test
* Started to fix imports - tests still have no chance to work as database ↵Sebastian Thiel2011-05-061-1/+1
| | | | changed drastically. Now the actual work begins
* replaced all gitdb strings with gitSebastian Thiel2011-05-061-4/+4
|
* Updated objects to use the ones defined in gitdb as basis. Only the ↵Sebastian Thiel2011-04-071-0/+547
submodule implementation is left in git-python as it requires some advanced features. No tests where run yet