Package | Description |
---|---|
org.eclipse.jgit.notes |
Git notes processing (for commits, etc).
|
Modifier and Type | Field and Description |
---|---|
private NonNoteEntry |
NoteParser.firstNonNote |
private NonNoteEntry |
NoteParser.lastNonNote |
(package private) NonNoteEntry |
NonNoteEntry.next
The next non-note entry in the same tree, as defined by tree order.
|
(package private) NonNoteEntry |
InMemoryNoteBucket.nonNotes
Chain of non-note tree entries found at this path in the tree.
|
Modifier and Type | Method and Description |
---|---|
private NonNoteEntry |
NoteMapMerger.mergeNonNotes(NonNoteEntry baseList,
NonNoteEntry oursList,
NonNoteEntry theirsList) |
private static NonNoteEntry |
NoteMapMerger.nonNotes(InMemoryNoteBucket b) |
Modifier and Type | Method and Description |
---|---|
private NonNoteEntry |
NoteMapMerger.mergeNonNotes(NonNoteEntry baseList,
NonNoteEntry oursList,
NonNoteEntry theirsList) |
private static java.lang.String |
NotesMergeConflictException.name(NonNoteEntry e) |
private ObjectId |
NoteMapMerger.write(NonNoteEntry list) |
Constructor and Description |
---|
NotesMergeConflictException(NonNoteEntry base,
NonNoteEntry ours,
NonNoteEntry theirs)
Constructs a NotesMergeConflictException for the specified base, ours and
theirs versions of the root note tree.
|