git_describe_commit

Describe a commit

Perform the describe operation on the given committish object.

extern (C) nothrow @nogc public
int
git_describe_commit

Parameters

result .git_describe_result**

pointer to store the result. You must free this once you're done with it.

committish libgit2.types.git_object*

a committish to describe

opts .git_describe_options*

the lookup options (or null for defaults)

Return Value

Type: int

0 or an error code.

Meta