git_blame_free

Free memory allocated by git_blame_file or git_blame_buffer.

extern (C) nothrow @nogc
void
git_blame_free

Parameters

blame .git_blame*

the blame structure to free

Meta