libgit2_d.describe

Undocumented in source.

Members

Enums

git_describe_strategy_t
enum git_describe_strategy_t

Reference lookup strategy

Functions

GIT_DESCRIBE_FORMAT_OPTIONS_INIT
GIT_DESCRIBE_FORMAT_OPTIONS_INIT()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GIT_DESCRIBE_OPTIONS_INIT
GIT_DESCRIBE_OPTIONS_INIT()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_describe_commit
int git_describe_commit(.git_describe_result** result, libgit2_d.types.git_object* committish, .git_describe_options* opts)

Describe a commit

git_describe_format
int git_describe_format(libgit2_d.buffer.git_buf* out_, const(.git_describe_result)* result, const(.git_describe_format_options)* opts)

Print the describe result to a buffer

git_describe_format_options_init
int git_describe_format_options_init(.git_describe_format_options* opts, uint version_)

Initialize git_describe_format_options structure

git_describe_options_init
int git_describe_options_init(.git_describe_options* opts, uint version_)

Initialize git_describe_options structure

git_describe_result_free
void git_describe_result_free(.git_describe_result* result)

Free the describe result.

git_describe_workdir
int git_describe_workdir(.git_describe_result** out_, libgit2_d.types.git_repository* repo, .git_describe_options* opts)

Describe a commit

Manifest constants

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

Structs

git_describe_format_options
struct git_describe_format_options

Describe format options structure

git_describe_options
struct git_describe_options

Describe options structure

git_describe_result
struct git_describe_result

A struct that stores the result of a describe operation.

Meta