git_describe_commit

Describe a commit

Perform the describe operation on the given committish object.

extern (C) nothrow @nogc
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_d.types.git_object*

a committish to describe

opts .git_describe_options*

the lookup options (or NULL for defaults)

Meta