libgit2

git_commit_raw_header

Version:

Get the full raw text of the commit header.

Signature

const char *git_commit_raw_header(const git_commit *commit);

Parameters

In
commit

a previously loaded commit

Returns

const char *

the header text of the commit

Versions