Read the reflog for the given reference
If there is no reflog file for the given reference yet, an empty reflog object will be returned.
The reflog must be freed manually by using git_reflog_free().
@param out_ pointer to reflog @param repo the repostiory @param name reference to look up @return 0 or an error code
See Implementation
Read the reflog for the given reference
If there is no reflog file for the given reference yet, an empty reflog object will be returned.
The reflog must be freed manually by using git_reflog_free().
@param out_ pointer to reflog @param repo the repostiory @param name reference to look up @return 0 or an error code