git_reflog_entry_byindex

Lookup an entry by its index

Requesting the reflog entry with an index of 0 (zero) will return the most recently created entry.

@param reflog a previously loaded reflog @param idx the position of the entry to lookup. Should be greater than or equal to 0 (zero) and less than git_reflog_entrycount(). @return the entry; null if not found

extern (C) nothrow @nogc
git_reflog_entry_byindex

Meta