summaryrefslogtreecommitdiff
path: root/tests/submodule/init.c
Commit message (Collapse)AuthorAgeFilesLines
* Introduce a convenience function for submodule updatejamill/submodule_updateJameson Miller2014-12-221-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 pathsJameson Miller2014-12-221-0/+73
Submodule init should handle relative paths in .gitmodules files and resolve these urls when updating the git config file.