libgit2

git_merge_driver_source_file_options

Version:

Gets the merge file options that the merge was invoked with.

Signature

const git_merge_file_options *git_merge_driver_source_file_options(const git_merge_driver_source *src);

Parameters

In
src

the merge driver source

Returns

Versions