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