Package | Description |
---|---|
org.eclipse.jgit.api |
High-level API commands (the porcelain of JGit).
|
org.eclipse.jgit.diff |
Comparing file contents by computing diffs.
|
org.eclipse.jgit.pgm |
Modifier and Type | Method and Description |
---|---|
private DiffFormatter |
DiffCommand.getDiffFormatter() |
Modifier and Type | Class and Description |
---|---|
class |
PatchIdDiffFormatter
A DiffFormatter used to calculate the patch-id of the diff.
|
Modifier and Type | Field and Description |
---|---|
private DiffFormatter |
Diff.diffFmt |
private DiffFormatter |
Log.diffFmt |
private DiffFormatter |
Show.diffFmt |