Struct git2::DescribeFormatOptions [] [src]

pub struct DescribeFormatOptions { /* fields omitted */ }

Options which can be used to customize how a description is formatted.

Methods

impl DescribeFormatOptions
[src]

[src]

Creates a new blank set of formatting options for a description.

[src]

Sets the size of the abbreviated commit id to use.

The value is the lower bound for the length of the abbreviated string, and the default is 7.

[src]

Sets whether or not the long format is used even when a shorter name could be used.

[src]

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

Trait Implementations

impl Default for DescribeFormatOptions
[src]

[src]

Returns the "default value" for a type. Read more