git_odb_backend_pack_options

Options for configuring a packfile object backend.

extern (C) nothrow @nogc public
struct git_odb_backend_pack_options {}

Members

Variables

oid_type
libgit2.oid.git_oid_t oid_type;

Type of object IDs to use for this object database, or 0 for default (currently SHA1).

version_
uint version_;

version for the struct

Meta