git_reflog_append

Add a new entry to the in-memory reflog.

msg is optional and can be null.

@param reflog an existing reflog object @param id the OID the reference is now pointing to @param committer the signature of the committer @param msg the reflog message @return 0 or an error code

extern (C) nothrow @nogc
int
git_reflog_append

Meta