git_transaction_set_reflog

Set the reflog of a reference

Set the specified reference's reflog. If this is combined with setting the target, that update won't be written to the reflog.

@param tx the transaction @param refname the reference whose reflog to set @param reflog the reflog as it should be written out @return 0, git_error_code.GIT_ENOTFOUND if the reference is not among the locked ones, or an error code

extern (C) nothrow @nogc
int
git_transaction_set_reflog

Meta