git_describe_commit

Describe a commit

Perform the describe operation on the given committish object.

@param result pointer to store the result. You must free this once you're done with it. @param committish a committish to describe @param opts the lookup options (or NULL for defaults)

extern (C) nothrow @nogc
int
git_describe_commit

Meta