mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-21 09:49:58 +00:00
Update submodule update opts init as per code review
Update the `GIT_SUBMODULE_UPDATE_OPTIONS_INIT` definition with the correct values after removing `clone_checkout_strategy` in `git_submodule_update_options`.
This commit is contained in:
parent
dc976e72e9
commit
3e22bb71f2
@ -157,7 +157,7 @@ typedef struct git_submodule_update_options {
|
||||
#define GIT_SUBMODULE_UPDATE_OPTIONS_INIT \
|
||||
{ GIT_SUBMODULE_UPDATE_OPTIONS_VERSION, \
|
||||
{ GIT_CHECKOUT_OPTIONS_VERSION, GIT_CHECKOUT_SAFE }, \
|
||||
GIT_FETCH_OPTIONS_INIT, GIT_CHECKOUT_SAFE }
|
||||
GIT_FETCH_OPTIONS_INIT, 1 }
|
||||
|
||||
/**
|
||||
* Initializes a `git_submodule_update_options` with default values.
|
||||
|
Loading…
Reference in New Issue
Block a user