libgit2

git_libgit2_buildinfo

Version:

Query information about the compile-time information about libgit2.

Signature

const char *git_libgit2_buildinfo(git_buildinfo_t info);

Parameters

In
info

the build information to query

Returns

const char *

the requested information, or NULL on error

Versions