git_refdb_backend.ensure_log

Make sure a particular reference will have a reflog which will be appended to on writes.

A refdb implementation must provide this function.

struct git_refdb_backend
int function(.git_refdb_backend* backend, const(char)* refname) ensure_log;

Meta