Package | Description |
---|---|
org.eclipse.jgit.merge |
Content and commit history merge algorithms.
|
Modifier and Type | Class and Description |
---|---|
class |
StrategyRecursive
A three-way merge strategy performing a content-merge if necessary
|
class |
StrategyResolve
A three-way merge strategy performing a content-merge if necessary
|
class |
StrategySimpleTwoWayInCore
Merges two commits together in-memory, ignoring any working directory.
|
Modifier and Type | Field and Description |
---|---|
static ThreeWayMergeStrategy |
MergeStrategy.RECURSIVE
Recursive strategy to merge paths.
|
static ThreeWayMergeStrategy |
MergeStrategy.RESOLVE
Simple strategy to merge paths.
|
static ThreeWayMergeStrategy |
MergeStrategy.SIMPLE_TWO_WAY_IN_CORE
Simple strategy to merge paths, without simultaneous edits.
|
Copyright © 2017 Eclipse JGit Project. All rights reserved.