libgit2

git_submodule_ignore_t

Version:

Values that could be specified for how closely to examine the working directory when getting submodule status.

Use the DEFUALT value if you have altered the ignore value via git_submodule_set_ignore() and wish to reset to the original value.

Values

GIT_SUBMODULE_IGNORE_DEFAULT
-1
GIT_SUBMODULE_IGNORE_NONE
0
GIT_SUBMODULE_IGNORE_UNTRACKED
1
GIT_SUBMODULE_IGNORE_DIRTY
2
GIT_SUBMODULE_IGNORE_ALL
3

Returned By

Parameter To

Versions