git_transaction_lock_ref

Lock a reference

Lock the specified reference. This is the first step to updating a reference.

@param tx the transaction @param refname the reference to lock @return 0 or an error message

extern (C) nothrow @nogc
int
git_transaction_lock_ref

Meta