module Git::Repository::Merging

Facade methods for merge operations: merging branches into the current branch or into another branch, and finding common ancestors between commits

Included by {Git::Repository}.

@api private