Get a #GgitIndexEntryResolveUndo by index. Note that the returned #GgitIndexEntryResolveUndo is only valid as long as:
the index of the entry.
Get an resolve_undo entry specified by path. The returned entry is read only and should not be modified by the caller. If the entry could not be found, %NULL is returned.
Atomically increments the reference count of entries
by one.
This function is MT-safe and may be called from any thread.
Get the number of #GgitIndexEntryResolveUndo entries.
Atomically decrements the reference count of entries
by one.
If the reference count drops to 0, entries
is freed.
Represents the resolve undo entries in an index object.