Package | Description |
---|---|
org.eclipse.jgit.diff |
Comparing file contents by computing diffs.
|
org.eclipse.jgit.merge |
Content and commit history merge algorithms.
|
org.eclipse.jgit.util |
Utility classes.
|
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) |
Modifier and Type | Method and Description |
---|---|
static IntList |
RawParseUtils.lineMapOrBinary(byte[] buf,
int ptr,
int end)
Like
RawParseUtils.lineMap(byte[], int, int) but throw
BinaryBlobException if a NUL byte is encountered. |