mirror of
https://git.proxmox.com/git/libgit2
synced 2025-11-06 21:57:14 +00:00
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. |
||
|---|---|---|
| .. | ||
| add.c | ||
| init.c | ||
| lookup.c | ||
| modify.c | ||
| nosubs.c | ||
| repository_init.c | ||
| status.c | ||
| submodule_helpers.c | ||
| submodule_helpers.h | ||
| update.c | ||