git_pathspec_match_list_diff_entry

Get a matching diff delta by position.

This routine can only be used if the match list was generated by git_pathspec_match_diff. Otherwise it will always return null.

@param m The git_pathspec_match_list object @param pos The index into the list @return The filename of the match

extern (C) nothrow @nogc
git_pathspec_match_list_diff_entry
(,
size_t pos
)

Meta