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 | Description |
---|---|---|
BlameCommand |
BlameCommand.setTextComparator(RawTextComparator textComparator) |
Set raw text comparator
|
Modifier and Type | Method | Description |
---|---|---|
BlameGenerator |
BlameGenerator.setTextComparator(RawTextComparator comparator) |
Text comparator to use when comparing revisions.
|
Modifier and Type | Field | 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 |
Ignores leading whitespace.
|
static RawTextComparator |
RawTextComparator.WS_IGNORE_TRAILING |
Ignores trailing whitespace.
|
Modifier and Type | Method | Description |
---|---|---|
void |
DiffFormatter.setDiffComparator(RawTextComparator cmp) |
Set the line equivalence function for text file differences.
|
Copyright © 2018. All rights reserved.