git_transaction_new

Create a new transaction object

This does not lock anything, but sets up the transaction object to know from which repository to lock.

@param out_ the resulting transaction @param repo the repository in which to lock @return 0 or an error code

extern (C) nothrow @nogc
int
git_transaction_new

Meta