Lookup an entry by its index
Requesting the reflog entry with an index of 0 (zero) will return the most recently created entry.
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