| Package | Description |
|---|---|
| org.eclipse.jgit.api |
High-level API commands (the porcelain of JGit).
|
| org.eclipse.jgit.notes |
Git notes processing (for commits, etc).
|
| org.eclipse.jgit.pgm |
| Class and Description |
|---|
| Note
In-memory representation of a single note attached to one object.
|
| NoteMap
Index of notes from a note branch.
|
| Class and Description |
|---|
| FanoutBucket
A note tree holding only note subtrees, each named using a 2 digit hex name.
|
| InMemoryNoteBucket
A note bucket that has been loaded into the process.
|
| LeafBucket
A note tree holding only notes, with no subtrees.
|
| NonNoteEntry
A tree entry found in a note branch that isn't a valid note.
|
| Note
In-memory representation of a single note attached to one object.
|
| NoteBucket
A tree that stores note objects.
|
| NoteMap
Index of notes from a note branch.
|
| NoteMerger
Three-way note merge operation.
|
| NotesMergeConflictException
This exception will be thrown from the
NoteMerger when a conflict on Notes content is
found during merge. |
| Class and Description |
|---|
| NoteMap
Index of notes from a note branch.
|