Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | moved all contents, incl. submodule gitdb, up to the root directory | Sebastian Thiel | 2010-11-21 | 4 | -1227/+0 |
| | |||||
* | Fixed API reference docs as far as possible | Sebastian Thiel | 2010-11-21 | 1 | -8/+12 |
| | |||||
* | Tried to get rid of held references which could keep a filehandle open. In ↵ | Sebastian Thiel | 2010-11-20 | 1 | -1/+12 |
| | | | | fact, it didn't work, and ... something else keeps them open. Its odd, its weird, its windows, and I give up on it for now | ||||
* | submodule.update: now forcing the checkout - see in-code comments | Sebastian Thiel | 2010-11-20 | 1 | -1/+5 |
| | |||||
* | Submodule: Assured we properly convert paths to using the slash separator | Sebastian Thiel | 2010-11-20 | 1 | -0/+6 |
| | |||||
* | submodule: Fixed capital error when handling the submodule's branch, which ↵ | Sebastian Thiel | 2010-11-20 | 3 | -39/+51 |
| | | | | was returned in the submodules super repository, not in the submodule's module | ||||
* | submodule: When adding an existing submodule, when retrieving the binsha, we ↵ | Sebastian Thiel | 2010-11-19 | 1 | -1/+9 |
| | | | | will now consider not only the tree, but the index too | ||||
* | test_submodule: fixed failures that arose due to changes of the original ↵ | Sebastian Thiel | 2010-11-19 | 2 | -7/+7 |
| | | | | | | submodule names. Also, a major bug was fixed that cased submodules to always being updated recursively when using the RootModule.update method submodule: previously, it would update the repository configuration during add(), but in fact it must be done during update() when the module is cloned, which is how the git-submodule implementation works | ||||
* | Updated gitdb submodule, and added note about how the submodule package ↵ | Sebastian Thiel | 2010-11-19 | 1 | -1/+2 |
| | | | | manages its dependencies | ||||
* | Fixed all imports, refactoring appears to be complete | Sebastian Thiel | 2010-11-18 | 3 | -9/+33 |
| | |||||
* | Split big submodule file into smaller files. Tried to manually get imports ↵ | Sebastian Thiel | 2010-11-18 | 4 | -0/+1157 |
right, but its not yet tested |