getLibGitFeatures

Get the capabilities of the runtime libgit2 library.

getLibGitFeatures
()

Examples

auto features = getLibGitFeatures();
if (features.usesSSL) { }

Meta