Package | Description |
---|---|
org.eclipse.jgit.dircache |
Reading and editing the directory cache (index).
|
org.eclipse.jgit.merge |
Content and commit history merge algorithms.
|
Modifier and Type | Field and Description |
---|---|
private NameConflictTreeWalk |
DirCacheCheckout.walk |
Modifier and Type | Field and Description |
---|---|
protected NameConflictTreeWalk |
ResolveMerger.tw
The tree walk which we'll iterate over to merge entries.
|
private NameConflictTreeWalk |
StrategySimpleTwoWayInCore.InCoreMerger.tw |