libgit2

git_repository_oid_type

Version:

Gets the object type used by this repository.

Signature

git_oid_t git_repository_oid_type(git_repository *repo);

Parameters

In
repo

the repository

Returns

the object id type

Versions