libgit2

git_odb_options

Version:

Options for configuring a loose object backend.

Signature

typedef struct git_odb_options { unsigned int version git_oid_t oid_type };

Members

unsigned int
version

version for the struct

oid_type

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

Versions