git_refdb_backend.reflog_rename

Rename a reflog.

A refdb implementation must provide this function.

struct git_refdb_backend
int function(.git_refdb_backend* _backend, const(char)* old_name, const(char)* new_name) reflog_rename;

Return Value

0 on success, a negative error code otherwise

Meta