git_transaction_free

Free the resources allocated by this transaction

If any references remain locked, they will be unlocked without any changes made to them.

extern (C) nothrow @nogc
void
git_transaction_free

Parameters

tx libgit2_d.types.git_transaction*

the transaction

Meta