git_index_name_get_byindex

Get a filename conflict entry from the index.

The returned entry is read-only and should not be modified or freed by the caller.

package extern (C) nothrow @nogc
git_index_name_get_byindex

Parameters

index libgit2_d.types.git_index*

an existing index object

n size_t

the position of the entry

Return Value

Type: const(.git_index_name_entry)*

a pointer to the filename conflict entry; null if out of bounds

Meta