libgit2

git_submodule_update_t

Version:

Values that could be specified for the update rule of a submodule.

Use the DEFAULT value if you have altered the update value via git_submodule_set_update() and wish to reset to the original default.

Values

GIT_SUBMODULE_UPDATE_DEFAULT
-1
GIT_SUBMODULE_UPDATE_CHECKOUT
0
GIT_SUBMODULE_UPDATE_REBASE
1
GIT_SUBMODULE_UPDATE_MERGE
2
GIT_SUBMODULE_UPDATE_NONE
3

Returned By

Parameter To

Versions