Package | Description |
---|---|
org.eclipse.jgit.diff |
Comparing file contents by computing diffs.
|
org.eclipse.jgit.util |
Utility classes.
|
Modifier and Type | Field | Description |
---|---|---|
protected IntList |
RawText.lines |
Map of line number to starting position within
RawText.content . |
Modifier and Type | Method | Description |
---|---|---|
static IntList |
RawParseUtils.lineMap(byte[] buf,
int ptr,
int end) |
Index the region between
[ptr, end) to find line starts. |
Copyright © 2018. All rights reserved.