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.
|
Modifier and Type | Method and Description |
---|---|
BlameCommand |
BlameCommand.setTextComparator(RawTextComparator textComparator)
Set raw text comparator
|
Modifier and Type | Method and Description |
---|---|
BlameGenerator |
BlameGenerator.setTextComparator(RawTextComparator comparator)
Text comparator to use when comparing revisions.
|
Modifier and Type | Field and Description |
---|---|
static RawTextComparator |
RawTextComparator.DEFAULT
No special treatment.
|
static RawTextComparator |
RawTextComparator.WS_IGNORE_ALL
Ignores all whitespace.
|
static RawTextComparator |
RawTextComparator.WS_IGNORE_CHANGE
Ignores whitespace occurring between non-whitespace characters.
|
static RawTextComparator |
RawTextComparator.WS_IGNORE_LEADING
Ignore leading whitespace.
|
static RawTextComparator |
RawTextComparator.WS_IGNORE_TRAILING
Ignores trailing whitespace.
|
Modifier and Type | Method and Description |
---|---|
void |
DiffFormatter.setDiffComparator(RawTextComparator cmp)
Set the line equivalence function for text file differences.
|
Copyright © 2018 Eclipse JGit Project. All rights reserved.