| Package | Description |
|---|---|
| org.eclipse.jgit.notes |
Git notes processing (for commits, etc).
|
| Modifier and Type | Field and Description |
|---|---|
private static LeafBucket |
NoteMapMerger.EMPTY_LEAF |
| Modifier and Type | Method and Description |
|---|---|
private static LeafBucket |
NoteMapMerger.notNullOrEmpty(LeafBucket b) |
private LeafBucket |
NoteParser.parseLeafTree() |
| Modifier and Type | Method and Description |
|---|---|
private static Note |
NoteMapMerger.get(LeafBucket b,
int i) |
private InMemoryNoteBucket |
NoteMapMerger.mergeLeafBucket(int treeDepth,
LeafBucket bb,
LeafBucket ob,
LeafBucket tb) |
private static LeafBucket |
NoteMapMerger.notNullOrEmpty(LeafBucket b) |