git_commit_raw_header

Get the full raw text of the commit header.

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

Parameters

commit const(libgit2_d.types.git_commit)*

a previously loaded commit

Return Value

Type: const(char)*

the header text of the commit

Meta