git_transaction_remove

Remove a reference

extern (C) nothrow @nogc
int
git_transaction_remove

Parameters

tx libgit2_d.types.git_transaction*

the transaction

refname const(char)*

the reference to remove

Return Value

Type: int

0, git_error_code.GIT_ENOTFOUND if the reference is not among the locked ones, or an error code

Meta