git_submodule_set_ignore

Set the ignore rule for the submodule in the configuration

This does not affect any currently-loaded instances.

extern (C) nothrow @nogc
int
git_submodule_set_ignore

Parameters

repo libgit2_d.types.git_repository*

the repository to affect

name const(char)*

the name of the submdule

ignore libgit2_d.types.git_submodule_ignore_t

The new value for the ignore rule

Return Value

Type: int

0 or an error code

Meta