Package | Description |
---|---|
org.eclipse.jgit.api |
High-level API commands (the porcelain of JGit).
|
org.eclipse.jgit.notes |
Git notes processing (for commits, etc).
|
Class | Description |
---|---|
Note |
In-memory representation of a single note attached to one object.
|
Class | Description |
---|---|
Note |
In-memory representation of a single note attached to one object.
|
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. |
Copyright © 2018. All rights reserved.