libgit2.common

Members

Enums

GIT_EXTERN
enum GIT_EXTERN
Undocumented in source.
GIT_FEATURE_THREADS
anonymousenum GIT_FEATURE_THREADS
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GIT_OPT_GET_MWINDOW_SIZE
anonymousenum GIT_OPT_GET_MWINDOW_SIZE
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
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_prerelease
const(char)* git_libgit2_prerelease()

Return the prerelease state of the libgit2 library currently being used. For nightly builds during active development, this will be "alpha". Releases may have a "beta" or release candidate ("rc1", "rc2", etc) prerelease. For a final release, this function returns null.

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_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

License

GPL-2.0(Linking Exception)