| Package | Description |
|---|---|
| org.eclipse.jgit.patch |
Patch file parser and data structure.
|
| Modifier and Type | Class and Description |
|---|---|
private static class |
CombinedHunkHeader.CombinedOldImage |
| Modifier and Type | Field and Description |
|---|---|
private HunkHeader.OldImage |
HunkHeader.old |
| Modifier and Type | Method and Description |
|---|---|
HunkHeader.OldImage |
CombinedHunkHeader.getOldImage()
Get information about the old image mentioned in this hunk.
|
HunkHeader.OldImage |
HunkHeader.getOldImage()
Get information about the old image mentioned in this hunk.
|
HunkHeader.OldImage |
CombinedHunkHeader.getOldImage(int nthParent)
Get the OldImage data related to the nth ancestor
|
| Constructor and Description |
|---|
HunkHeader(FileHeader fh,
int offset,
HunkHeader.OldImage oi) |