git_refdb_backend.write

Writes the given reference to the refdb.

A refdb implementation must provide this function.

struct git_refdb_backend
int function(.git_refdb_backend* backend, const(libgit2_d.types.git_reference)* ref_, int force, const(libgit2_d.types.git_signature)* who, const(char)* message, const(libgit2_d.oid.git_oid)* old, const(char)* old_target) write;

Meta