Enumeration

GgitSubmoduleUpdate

since: 1.0

Declaration

enum Ggit.SubmoduleUpdate

Description [src]

Describes how a submodule should be updated.

Available since: 1.0

Members

GGIT_SUBMODULE_UPDATE_CHECKOUT

Checkout the submodule.

  • Value: 1
  • Nickname: checkout
  • Available since: 1.0
GGIT_SUBMODULE_UPDATE_REBASE

Rebase the current branch onto the commit recorded in the superproject.

  • Value: 2
  • Nickname: rebase
  • Available since: 1.0
GGIT_SUBMODULE_UPDATE_MERGE

Merge the commit recorded in the superproject into the current branch.

  • Value: 3
  • Nickname: merge
  • Available since: 1.0
GGIT_SUBMODULE_UPDATE_NONE

Do not update this submodule.

  • Value: 4
  • Nickname: none
  • Available since: 1.0
GGIT_SUBMODULE_UPDATE_DEFAULT

Not used except as static initializer when we don’t want any particular update rule to be specified.

  • Value: 0
  • Nickname: default
  • Available since: 1.0