git_transaction_commit

Commit the changes from the transaction

Perform the changes that have been queued. The updates will be made one by one, and the first failure will stop the processing.

extern (C) nothrow @nogc
int
git_transaction_commit

Parameters

tx libgit2_d.types.git_transaction*

the transaction

Return Value

Type: int

0 or an error code

Meta