git_commit_raw_header

Get the full raw text of the commit header.

extern (C) nothrow @nogc public
const(char)*
git_commit_raw_header

Parameters

commit const(libgit2.types.git_commit)*

a previously loaded commit

Return Value

Type: const(char)*

the header text of the commit

Meta