Package org.eclipse.jgit.notes


package org.eclipse.jgit.notes
Git notes processing (for commits, etc).
  • Class
    Description
    Default implementation of the NoteMerger.
    A 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 tree merge.
    Three-way note merge operation.
    Custom tree parser to select note bucket type and load it.
    This exception will be thrown from the NoteMerger when a conflict on Notes content is found during merge.