git.version_

Undocumented in source.

Members

Functions

getLibGitVersion
VersionInfo getLibGitVersion()

Return the runtime version of the libgit2 library that has been linked with.

verifyCompatibleLibgit
void verifyCompatibleLibgit()

Verify at runtime that the loaded version of libgit is the one supported by this version of dlibgit, and that it has features which are required by dlibgit.

Manifest constants

dlibgitVersion
enum dlibgitVersion;

The current version of dlibgit.

targetLibGitVersion
enum targetLibGitVersion;

Target version this binding is based on.

Structs

VersionInfo
struct VersionInfo

Contains version information.

Meta