git_pathspec_new

Compile a pathspec

extern (C) nothrow @nogc
int
git_pathspec_new

Parameters

out_ .git_pathspec**

Output of the compiled pathspec

pathspec const(libgit2_d.strarray.git_strarray)*

A git_strarray of the paths to match

Return Value

Type: int

0 on success, <0 on failure

Meta