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.
See Implementation
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.