libgit2

git_merge_head_id

Version:

Gets the commit ID that the given git_merge_head refers to.

Signature

const git_oid *git_merge_head_id(const git_merge_head *head);

Parameters

In
head

the given merge head

Returns

commit id

Versions