git_index_find

Find the first position of any entries which point to given path in the Git index.

@param at_pos the address to which the position of the index entry is written (optional) @param index an existing index object @param path path to search @return a zero-based position in the index if found; git_error_code.GIT_ENOTFOUND otherwise

extern (C) nothrow @nogc
int
git_index_find
(
size_t* at_pos
,,
const(char)* path
)

Meta