git_pathspec_match_list_entry

Get a matching filename by position.

This routine cannot be used if the match list was generated by git_pathspec_match_diff. If so, it will always return null.

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

Parameters

m const(.git_pathspec_match_list)*

The git_pathspec_match_list object

pos size_t

The index into the list

Return Value

Type: const(char)*

The filename of the match

Meta