Package | Description |
---|---|
org.eclipse.jgit.diff |
Comparing file contents by computing diffs.
|
org.eclipse.jgit.dircache |
Reading and editing the directory cache (index).
|
org.eclipse.jgit.merge |
Content and commit history merge algorithms.
|
org.eclipse.jgit.util |
Utility classes.
|
Modifier and Type | Field and Description |
---|---|
protected IntList |
RawText.lines
Map of line number to starting position within
RawText.content . |
private IntList |
MyersDiff.MiddleEdit.EditPaths.x |
Modifier and Type | Method and Description |
---|---|
private static int |
RawTextComparator.findForwardLine(IntList lines,
int idx,
int ptr) |
private static int |
RawTextComparator.findReverseLine(IntList lines,
int idx,
int ptr) |
Modifier and Type | Method and Description |
---|---|
private static java.util.ArrayList<java.lang.String> |
DirCacheCheckout.filterOut(java.util.ArrayList<java.lang.String> strings,
IntList indicesToRemove) |
Modifier and Type | Field and Description |
---|---|
(package private) IntList |
MergeResult.chunks |
Modifier and Type | Method and Description |
---|---|
static IntList |
RawParseUtils.lineMap(byte[] buf,
int ptr,
int end)
Index the region between
[ptr, end) to find line starts. |