git_merge_analysis

Analyzes the given branch(es) and determines the opportunities for merging them into the HEAD of the repository.

Parameters

analysis_out .git_merge_analysis_t*

analysis enumeration that the result is written into

repo libgit2_d.types.git_repository*

the repository to merge

their_heads const(libgit2_d.types.git_annotated_commit)**

the heads to merge into

their_heads_len size_t

the number of heads to merge

Return Value

Type: int

0 on success or error code

Meta