| Package | Description |
|---|---|
| org.eclipse.jgit.diff | |
| org.eclipse.jgit.lib | |
| org.eclipse.jgit.merge | |
| org.eclipse.jgit.notes | |
| org.eclipse.jgit.revwalk | |
| org.eclipse.jgit.treewalk |
| Modifier and Type | Method and Description |
|---|---|
void |
DiffFormatter.format(RevTree a,
RevTree b)
Format the differences between two trees.
|
java.util.List<DiffEntry> |
DiffFormatter.scan(RevTree a,
RevTree b)
Determine the differences between two trees.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TreeFormatter.append(java.lang.String name,
RevTree tree)
Add a subtree, mode is
#TREE. |
| Modifier and Type | Field and Description |
|---|---|
protected RevTree[] |
Merger.sourceTrees
The trees matching every entry in
Merger.sourceObjects. |
| Modifier and Type | Method and Description |
|---|---|
static NoteMap |
NoteMap.read(ObjectReader reader,
RevTree tree)
Load a collection of notes from a tree.
|
| Modifier and Type | Method and Description |
|---|---|
RevTree |
RevCommit.getTree()
Get a reference to this commit's tree.
|
RevTree |
RevWalk.lookupTree(AnyObjectId id)
Locate a reference to a tree without loading it.
|
RevTree |
RevWalk.parseTree(AnyObjectId id)
Locate a reference to a tree.
|
| Modifier and Type | Method and Description |
|---|---|
static TreeWalk |
TreeWalk.forPath(Repository db,
java.lang.String path,
RevTree tree)
Open a tree walk and filter to exactly one path.
|
Copyright © 2012. All Rights Reserved.