libgit2/tests/submodule
Jameson Miller 9d1f97df10 Introduce a convenience function for submodule update
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.
2014-12-22 16:37:35 -05:00
..
add.c remote: rename _load() to _lookup() 2014-11-08 13:28:27 +01:00
init.c Introduce a convenience function for submodule update 2014-12-22 16:37:35 -05:00
lookup.c Introduce a convenience function for submodule update 2014-12-22 16:37:35 -05:00
modify.c Introduce a convenience function for submodule update 2014-12-22 16:37:35 -05:00
nosubs.c Remove most submodule reloads from tests 2014-04-01 13:24:06 -07:00
repository_init.c submodule init should resolve relative url paths 2014-12-22 16:35:45 -05:00
status.c iterator: submodules are determined by an index or tree 2014-11-07 08:33:27 +01:00
submodule_helpers.c submodule init should resolve relative url paths 2014-12-22 16:35:45 -05:00
submodule_helpers.h submodule init should resolve relative url paths 2014-12-22 16:35:45 -05:00
update.c Introduce a convenience function for submodule update 2014-12-22 16:37:35 -05:00