Lookup an entry by its index
Requesting the reflog entry with an index of 0 (zero) will return the most recently created entry.
a previously loaded reflog
the position of the entry to lookup. Should be greater than or equal to 0 (zero) and less than git_reflog_entrycount().
the entry; null if not found
See Implementation
Lookup an entry by its index
Requesting the reflog entry with an index of 0 (zero) will return the most recently created entry.