Package | Description |
---|---|
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 |
---|---|
static RawText |
RawText.load(ObjectLoader ldr,
int threshold)
Read a blob object into RawText, or throw BinaryBlobException if the blob
is binary.
|
private RawText |
DiffFormatter.open(DiffEntry.Side side,
DiffEntry entry) |
Modifier and Type | Method and Description |
---|---|
private RawText |
ResolveMerger.getRawText(ObjectId id,
Attributes attributes) |