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.

@param tx the transaction @return 0 or an error code

extern (C) nothrow @nogc
int
git_transaction_commit

Meta