git_repository_set_odb

Set the Object Database for this repository

The ODB will be used for all object-related operations involving this repository.

The repository will keep a reference to the ODB; the user must still free the ODB object after setting it to the repository, or it will leak.

@param repo A repository object @param odb An ODB object @return 0 on success, or an error code

package extern (C) nothrow @nogc
int
git_repository_set_odb

Meta