git_index_reuc_get_bypath

Get a resolve undo 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_reuc_get_bypath

Parameters

index libgit2_d.types.git_index*

an existing index object

path const(char)*

path to search

Return Value

Type: const(.git_index_reuc_entry)*

the resolve undo entry; null if not found

Meta