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 public
int
git_transaction_commit

Parameters

tx libgit2.types.git_transaction*

the transaction

Return Value

Type: int

0 or an error code

Meta