libgit2

git_merge_driver_source_theirs

Version:

Gets the theirs side of the file to merge.

Signature

const git_index_entry *git_merge_driver_source_theirs(const git_merge_driver_source *src);

Parameters

In
src

the merge driver source

Returns

the theirs side or NULL if there was no theirs side

Versions