libgit2

git_feature_t

Version:

Combinations of these values describe the features with which libgit2 was compiled

Values

GIT_FEATURE_THREADS
(1 << 0)
GIT_FEATURE_HTTPS
(1 << 1)
GIT_FEATURE_SSH
(1 << 2)
GIT_FEATURE_NSEC
(1 << 3)

Versions