git_reference_iterator_glob_new

Create an iterator for the repo's references that match the specified glob

extern (C) nothrow @nogc
int
git_reference_iterator_glob_new

Parameters

out_ libgit2_d.types.git_reference_iterator**

pointer in which to store the iterator

repo libgit2_d.types.git_repository*

the repository

glob const(char)*

the glob to match against the reference names

Return Value

Type: int

0 or an error code

Meta