]> git.proxmox.com Git - libgit2.git/commit
Introduce a convenience function for submodule update
authorJameson Miller <jamill@microsoft.com>
Wed, 29 Oct 2014 21:49:04 +0000 (17:49 -0400)
committerJameson Miller <jamill@microsoft.com>
Mon, 22 Dec 2014 21:37:35 +0000 (16:37 -0500)
commit9d1f97df1045fa88a9b5c0db202d8896324db987
tree06bdfd997ca878ca1c59298097bb1d66cc5ffda9
parentb2ab887e1137207edb286812a3237b351ab39506
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.
CHANGELOG.md
include/git2/submodule.h
src/submodule.c
tests/submodule/init.c
tests/submodule/lookup.c
tests/submodule/modify.c
tests/submodule/update.c [new file with mode: 0644]