Example usage for org.eclipse.jgit.merge RecursiveMerger subclass-usage

List of usage examples for org.eclipse.jgit.merge RecursiveMerger subclass-usage

Introduction

In this page you can find the example usage for org.eclipse.jgit.merge RecursiveMerger subclass-usage.

Usage

From source file org.eclipse.emf.compare.egit.internal.merge.RecursiveModelMerger.java

/**
 * This extends the recursive merger in order to take into account specific mergers provided by the Team
 * {@link org.eclipse.core.resources.mapping.ModelProvider model providers}.
 * <p>
 * The Recursive Merger handles files one-by-one, calling file-specific merge drivers for each. On the
 * opposite, this strategy can handle bigger sets of files at once, delegating the merge to the files' model.