libgit2_d.common

Undocumented in source.

Members

Enums

git_feature_t
enum git_feature_t

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

git_libgit2_opt_t
enum git_libgit2_opt_t

Global library options

Functions

git_libgit2_features
int git_libgit2_features()

Query compile time options for libgit2.

git_libgit2_opts
int git_libgit2_opts(int option, ...)

Set or query a library global option

git_libgit2_version
int git_libgit2_version(int* major, int* minor, int* rev)

Return the version of the libgit2 library being currently used.

Manifest constants

GIT_OID_HEX_ZERO
enum GIT_OID_HEX_ZERO;

The string representation of the null object ID.

GIT_PATH_LIST_SEPARATOR
enum GIT_PATH_LIST_SEPARATOR;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GIT_PATH_LIST_SEPARATOR
enum GIT_PATH_LIST_SEPARATOR;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GIT_PATH_MAX
enum GIT_PATH_MAX;

The maximum length of a valid git path.

GIT_WIN32
enum GIT_WIN32;
Undocumented in source.
GIT_WIN32
enum GIT_WIN32;
Undocumented in source.
GIT_WIN32
enum GIT_WIN32;
Undocumented in source.

Meta