git_odb_backend_pack

Create a backend for the packfiles.

extern (C) nothrow @nogc
int
git_odb_backend_pack

Parameters

out_ libgit2_d.types.git_odb_backend**

location to store the odb backend pointer

objects_dir const(char)*

the Git repository's objects directory

Return Value

Type: int

0 or an error code

Meta