Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Introduce a convenience function for submodule updatejamill/submodule_update | Jameson Miller | 2014-12-22 | 1 | -0/+38 |
| | | | | | | | | | This introduces the functionality of submodule update in 'git_submodule_do_update'. The existing 'git_submodule_update' function is renamed to 'git_submodule_update_strategy'. The 'git_submodule_update' function now refers to functionality similar to `git submodule update`, while `git_submodule_update_strategy` is used to get the configured value of submodule.<name>.update. | ||||
* | submodule init should resolve relative url paths | Jameson Miller | 2014-12-22 | 1 | -0/+73 |
Submodule init should handle relative paths in .gitmodules files and resolve these urls when updating the git config file. |