git_reference_has_log

Check if a reflog exists for the specified reference.

@param repo the repository @param refname the reference's name @return 0 when no reflog can be found, 1 when it exists; otherwise an error code.

extern (C) nothrow @nogc
int
git_reference_has_log

Meta