git_object_type2string

Convert an object type to its string representation.

The result is a pointer to a string in static memory and should not be free()'ed.

@param type object type to convert. @return the corresponding string representation.

extern (C) nothrow @nogc
const(char)*
git_object_type2string

Meta