git_pathspec_match_list_failed_entry

Get an original pathspec string that had no matches.

This will be return null for positions out of range.

extern (C) nothrow @nogc
const(char)*
git_pathspec_match_list_failed_entry
(,
size_t pos
)

Parameters

m const(.git_pathspec_match_list)*

The git_pathspec_match_list object

pos size_t

The index into the failed items

Return Value

Type: const(char)*

The pathspec pattern that didn't match anything

Meta