Enum git_feature_t
Combinations of these values describe the built-in features of libgit2.
Namespace: Dogged.Native
Assembly: Dogged.Native.dll
Syntax
public enum git_feature_t : int
Fields
Name | Description |
---|---|
GIT_FEATURE_HTTPS | If set, libgit2 was built with and linked against a TLS implementation. Custom TLS streams may still be added by the user to support HTTPS regardless of this. |
GIT_FEATURE_NSEC | If set, libgit2 was built with support for sub-second resolution in file modification times. |
GIT_FEATURE_SSH | If set, libgit2 was built with and linked against libssh2. A custom transport may still be added by the user to support ssh regardless of this. |
GIT_FEATURE_THREADS | If set, libgit2 was built thread-aware and can be safely used from multiple threads. |