git_reflog_read

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

extern (C) nothrow @nogc
int
git_reflog_read

Meta