git_refdb_backend.reflog_write

Write a reflog to disk.

A refdb implementation must provide this function.

struct git_refdb_backend
int function(.git_refdb_backend* backend, libgit2_d.types.git_reflog* reflog) reflog_write;

Return Value

0 on success, a negative error code otherwise

Meta