git_describe_format_options

Describe format options structure

Initialize with GIT_DESCRIBE_FORMAT_OPTIONS_INIT. Alternatively, you can use git_describe_format_options_init.

extern (C) nothrow @nogc
struct git_describe_format_options {}

Members

Variables

abbreviated_size
uint abbreviated_size;

Size of the abbreviated commit id to use. This value is the lower bound for the length of the abbreviated string. The default is 7.

always_use_long_format
int always_use_long_format;

Set to use the long format even when a shorter name could be used.

dirty_suffix
const(char)* dirty_suffix;

If the workdir is dirty and this is set, this string will be appended to the description string.

version_
uint version_;
Undocumented in source.

Meta