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 |
Modifier and Type | Method and Description |
---|---|
(package private) static void |
AddNoteCommand.commitNoteMap(Repository r,
java.lang.String ref,
RevWalk walk,
NoteMap map,
RevCommit notesCommit,
ObjectInserter inserter,
java.lang.String msg) |
Modifier and Type | Method and Description |
---|---|
NoteMap |
NoteMapMerger.merge(NoteMap base,
NoteMap ours,
NoteMap theirs)
Performs the merge.
|
static NoteMap |
NoteMap.newEmptyMap()
Construct a new empty note map.
|
(package private) static NoteMap |
NoteMap.newMap(InMemoryNoteBucket root,
ObjectReader reader)
Construct a new note map from an existing note bucket.
|
static NoteMap |
NoteMap.read(ObjectReader reader,
RevCommit commit)
Load a collection of notes from a branch.
|
static NoteMap |
NoteMap.read(ObjectReader reader,
RevTree tree)
Load a collection of notes from a tree.
|
static NoteMap |
NoteMap.readTree(ObjectReader reader,
ObjectId treeId)
Load a collection of notes from a tree.
|
Modifier and Type | Method and Description |
---|---|
NoteMap |
NoteMapMerger.merge(NoteMap base,
NoteMap ours,
NoteMap theirs)
Performs the merge.
|
Modifier and Type | Field and Description |
---|---|
private java.util.Map<java.lang.String,NoteMap> |
Log.noteMaps |
Modifier and Type | Method and Description |
---|---|
private boolean |
Log.showNotes(RevCommit c,
NoteMap map,
java.lang.String label,
boolean emptyLine) |