Rename a reflog
The reflog to be renamed is expected to already exist
The new name will be checked for validity. See git_reference_create_symbolic() for rules about valid names.
the repository
the old name of the reference
the new name of the reference
0 on success, git_error_code.GIT_EINVALIDSPEC or an error code
See Implementation
Rename a reflog
The reflog to be renamed is expected to already exist
The new name will be checked for validity. See git_reference_create_symbolic() for rules about valid names.