git_reflog_rename

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.

@param repo the repository @param old_name the old name of the reference @param name the new name of the reference @return 0 on success, git_error_code.GIT_EINVALIDSPEC or an error code

extern (C) nothrow @nogc
int
git_reflog_rename
(,
const(char)* old_name
,
const(char)* name
)

Meta