Package | Description |
---|---|
org.eclipse.jgit.api |
High-level API commands (the porcelain of JGit).
|
org.eclipse.jgit.blame |
Computing blame/annotate information of files.
|
org.eclipse.jgit.diff |
Comparing file contents by computing diffs.
|
org.eclipse.jgit.merge |
Content and commit history merge algorithms.
|
Modifier and Type | Method | Description |
---|---|---|
BlameCommand |
BlameCommand.setDiffAlgorithm(DiffAlgorithm diffAlgorithm) |
Set diff algorithm
|
Modifier and Type | Method | Description |
---|---|---|
BlameGenerator |
BlameGenerator.setDiffAlgorithm(DiffAlgorithm algorithm) |
Difference algorithm to use when comparing revisions.
|
Modifier and Type | Class | Description |
---|---|---|
class |
HistogramDiff |
An extended form of Bram Cohen's patience diff algorithm.
|
class |
LowLevelDiffAlgorithm |
Compares two sequences primarily based upon hash codes.
|
Modifier and Type | Field | Description |
---|---|---|
static DiffAlgorithm |
MyersDiff.INSTANCE |
Singleton instance of MyersDiff.
|
Modifier and Type | Method | Description |
---|---|---|
static DiffAlgorithm |
DiffAlgorithm.getAlgorithm(DiffAlgorithm.SupportedAlgorithm alg) |
Modifier and Type | Method | Description |
---|---|---|
void |
DiffFormatter.setDiffAlgorithm(DiffAlgorithm alg) |
Set the algorithm that constructs difference output.
|
void |
HistogramDiff.setFallbackAlgorithm(DiffAlgorithm alg) |
Set the algorithm used when there are too many element occurrences.
|
Constructor | Description |
---|---|
MergeAlgorithm(DiffAlgorithm diff) |
Creates a new MergeAlgorithm
|
Copyright © 2018. All rights reserved.