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 and Description |
---|---|
BlameCommand |
BlameCommand.setDiffAlgorithm(DiffAlgorithm diffAlgorithm)
Set diff algorithm
|
Modifier and Type | Method and Description |
---|---|
BlameGenerator |
BlameGenerator.setDiffAlgorithm(DiffAlgorithm algorithm)
Difference algorithm to use when comparing revisions.
|
Modifier and Type | Class and 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 and Description |
---|---|
static DiffAlgorithm |
MyersDiff.INSTANCE
Singleton instance of MyersDiff.
|
Modifier and Type | Method and Description |
---|---|
static DiffAlgorithm |
DiffAlgorithm.getAlgorithm(DiffAlgorithm.SupportedAlgorithm alg) |
Modifier and Type | Method and 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 and Description |
---|
MergeAlgorithm(DiffAlgorithm diff)
Creates a new MergeAlgorithm
|
Copyright © 2015 Eclipse JGit Project. All rights reserved.