SubmoduleUpdate
Description:
[ CCode ( cprefix = "GGIT_SUBMODULE_UPDATE_" , type_id = "ggit_submodule_update_get_type ()" ) ]
public enum SubmoduleUpdate
Describes how a submodule should be updated.
Content:
Enum values:
- CHECKOUT - checkout the
submodule.
- DEFAULT - not used except
as static initializer when we don't want any particular update rule to be specified.
- MERGE - merge the commit
recorded in the superproject into the current branch.
- NONE - do not update this
submodule.
- REBASE - rebase the current
branch onto the commit recorded in the superproject.