git_describe_format

Print the describe result to a buffer

extern (C) nothrow @nogc
int
git_describe_format

Parameters

out_ libgit2_d.buffer.git_buf*

The buffer to store the result

result const(.git_describe_result)*

the result from git_describe_commit() or git_describe_workdir().

opts const(.git_describe_format_options)*

the formatting options (or NULL for defaults)

Meta