| Package | Description |
|---|---|
| org.eclipse.jgit.api |
High-level API commands (the porcelain of JGit).
|
| org.eclipse.jgit.notes |
Git notes processing (for commits, etc).
|
| Modifier and Type | Method | Description |
|---|---|---|
Note |
AddNoteCommand.call() |
|
Note |
RemoveNoteCommand.call() |
|
Note |
ShowNoteCommand.call() |
| Modifier and Type | Method | Description |
|---|---|---|
List<Note> |
ListNotesCommand.call() |
| Modifier and Type | Method | Description |
|---|---|---|
Note |
NoteMap.getNote(AnyObjectId id) |
Lookup a note for a specific ObjectId.
|
Note |
DefaultNoteMerger.merge(Note base,
Note ours,
Note theirs,
ObjectReader reader,
ObjectInserter inserter) |
|
Note |
NoteMerger.merge(Note base,
Note ours,
Note their,
ObjectReader reader,
ObjectInserter inserter) |
Merges the conflicting note changes.
|
| Modifier and Type | Method | Description |
|---|---|---|
Iterator<Note> |
NoteMap.iterator() |
| Modifier and Type | Method | Description |
|---|---|---|
Note |
DefaultNoteMerger.merge(Note base,
Note ours,
Note theirs,
ObjectReader reader,
ObjectInserter inserter) |
|
Note |
NoteMerger.merge(Note base,
Note ours,
Note their,
ObjectReader reader,
ObjectInserter inserter) |
Merges the conflicting note changes.
|
| Constructor | Description |
|---|---|
NotesMergeConflictException(Note base,
Note ours,
Note theirs) |
Construct a NotesMergeConflictException for the specified base, ours and
theirs note versions.
|
Copyright © 2018. All rights reserved.