git_submodule_status
extern (C) nothrow @nogc
int
git_submodule_status
Parameters
- status uint*
- repo libgit2_d.types.git_repository*
- name const(char)*
- ignore libgit2_d.types.git_submodule_ignore_t
Return Value
libgit2_d submodule
aliasesenumsfunctionsmanifest constantsstructs
Get the status for a submodule.
This looks at a submodule and tries to determine the status. It will return a combination of the GIT_SUBMODULE_STATUS values above. How deeply it examines the working directory to do this will depend on the libgit2_d.types.git_submodule_ignore_t value for the submodule.