git_submodule_set_ignore

Set the ignore rule for the submodule in the configuration

This does not affect any currently-loaded instances.

@param repo the repository to affect @param name the name of the submdule @param ignore The new value for the ignore rule @return 0 or an error code

extern (C) nothrow @nogc
int
git_submodule_set_ignore

Meta